public:
CAttribute();
object constructor
public:
CAttribute(const char* name, const char* value);
object constructor
Name Description name the name of this attribute value the value of this attribute
public:
std::string& getValue();
return the value of this attribute
Result: a basic_string containing the attribute valuepublic:
virtual ~CAttribute();
object constructor
© 1999-2000, Thomas Bednarz, Jr. (Last Updated 7/16/2000)