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.


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.


Constructor & Destructor Documentation

HeyParser::Pair::Pair  )  [inline]
 

Construct an empty Pair object.

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

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

Parameters:
name The name.
value The value.


Member Data Documentation

const char* HeyParser::Pair::p_Name
 

The name of the property.

const char* HeyParser::Pair::p_Value
 

The property value.


The documentation for this class was generated from the following file:
Generated on Mon Dec 1 16:22:41 2003 for CPUBroker by doxygen 1.3.4