#include <FCDExtra.h>
Inheritance diagram for FCDEAttribute:

Public Member Functions | |
| FCDEAttribute () | |
| Default constructor. | |
| FCDEAttribute (const char *name, const fchar *value) | |
| Constructor. | |
| const fm::string & | GetName () const |
| Retrieves the name of the attribute. | |
| void | SetName (const fm::string &_name) |
| Sets the name of the attribute. | |
| const fstring & | GetValue () const |
| Retrieves the value of the attribute. | |
| void | SetValue (const fstring &_value) |
| Sets the value of the attribute. | |
Contains a name and a value string.
|
|
Default constructor. The name and the value string will be blank. |
|
||||||||||||
|
Constructor. Sets the attribute name and the attribute value appropriately.
|
|
|
Retrieves the name of the attribute.
|
|
|
Retrieves the value of the attribute.
|
|
|
Sets the name of the attribute.
|
|
|
Sets the value of the attribute.
|
1.4.6-NO