Definition at line 277 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 288 of file HeyParser.hh. |
|
The name of the property.
Definition at line 296 of file HeyParser.hh. Referenced by HeyParser::HeyParser(), Pair(), and HeyParser::popProperty(). |
|
The property value.
Definition at line 301 of file HeyParser.hh. Referenced by HeyParser::HeyParser(), Pair(), and HeyParser::popProperty(). |