Functions



CAttribute

   public:

CAttribute();

object constructor


CAttribute

   public:

CAttribute(const char* name, const char* value);

object constructor

Parameters

NameDescription
namethe name of this attribute
valuethe value of this attribute

getValue

   public:

std::string& getValue();

return the value of this attribute

Result: a basic_string containing the attribute value

~CAttribute

   public:

virtual ~CAttribute();

object constructor


© 1999-2000, Thomas Bednarz, Jr. — (Last Updated 7/16/2000)