Pol  Rev 533
ConfigProperty Class Reference

#include <cfgelem.h>

+ Collaboration diagram for ConfigProperty:

List of all members.

Public Member Functions

 ConfigProperty ()
 ConfigProperty (const char *name, const char *value)
 ConfigProperty (const std::string &name, const std::string &value)
 ConfigProperty (std::string *pname, std::string *pvalue)
 ~ConfigProperty ()

Protected Attributes

std::string name_
std::string value_

Friends

class ConfigElem
class VectorConfigElem

Detailed Description

Definition at line 15 of file cfgelem.h.


Constructor & Destructor Documentation

ConfigProperty::ConfigProperty ( const char *  name,
const char *  value 
)

Definition at line 52 of file cfgfile.cpp.

ConfigProperty::ConfigProperty ( const std::string &  name,
const std::string &  value 
)

Definition at line 58 of file cfgfile.cpp.

ConfigProperty::ConfigProperty ( std::string *  pname,
std::string *  pvalue 
)

Definition at line 64 of file cfgfile.cpp.

References name_, and value_.

Definition at line 70 of file cfgfile.cpp.


Friends And Related Function Documentation

friend class ConfigElem [friend]

Definition at line 27 of file cfgelem.h.

friend class VectorConfigElem [friend]

Definition at line 28 of file cfgelem.h.


Member Data Documentation


The documentation for this class was generated from the following files: