Definition at line 279 of file HeyParser.hh.
Public Member Functions | |
Pair (const char *name=NULL, const char *value=NULL) | |
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 a Pair object with the given name/value pair.
Definition at line 290 of file HeyParser.hh. |
|
The name of the property.
Definition at line 298 of file HeyParser.hh. Referenced by HeyParser::HeyParser(), and HeyParser::popProperty(). |
|
The property value.
Definition at line 303 of file HeyParser.hh. Referenced by HeyParser::HeyParser(), and HeyParser::popProperty(). |