Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

HeyParser::Pair Class Reference

List of all members.

Detailed Description

Helper class that stores name/value pairs.

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.


Constructor & Destructor Documentation

HeyParser::Pair::Pair const char *  name = NULL,
const char *  value = NULL
[inline]
 

Construct a Pair object with the given name/value pair.

Parameters:
name The name.
value The value.

Definition at line 288 of file HeyParser.hh.

References p_Name, and p_Value.


Member Data Documentation

const char* HeyParser::Pair::p_Name
 

The name of the property.

Definition at line 296 of file HeyParser.hh.

Referenced by HeyParser::HeyParser(), Pair(), and HeyParser::popProperty().

const char* HeyParser::Pair::p_Value
 

The property value.

Definition at line 301 of file HeyParser.hh.

Referenced by HeyParser::HeyParser(), Pair(), and HeyParser::popProperty().


The documentation for this class was generated from the following file:
Generated on Mon Dec 1 16:30:34 2003 for CPU Broker by doxygen 1.3.4