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

HeyParser::Pair Class Reference

List of all members.

Detailed Description

Helper class that stores name/value pairs.

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.


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 290 of file HeyParser.hh.


Member Data Documentation

const char* HeyParser::Pair::p_Name
 

The name of the property.

Definition at line 298 of file HeyParser.hh.

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

const char* HeyParser::Pair::p_Value
 

The property value.

Definition at line 303 of file HeyParser.hh.

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


The documentation for this class was generated from the following file:
Generated on Fri Oct 22 07:51:01 2004 for CPU Broker by  doxygen 1.3.9.1