Public Member Functions | |
Pair () | |
Construct an empty Pair object. | |
Pair (const char *name, const char *value) | |
Construct a Pair object with the given name/value pair. | |
Public Attributes | |
const char * | p_Name |
The name of the property. | |
const char * | p_Value |
The property value. |
|
Construct an empty Pair object.
|
|
Construct a Pair object with the given name/value pair.
|
|
The name of the property.
|
|
The property value.
|