|
Pol
Rev 533
|
#include <cfgelem.h>
Collaboration diagram for ConfigProperty: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 |
| 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.
Definition at line 70 of file cfgfile.cpp.
friend class ConfigElem [friend] |
friend class VectorConfigElem [friend] |
std::string ConfigProperty::name_ [protected] |
Definition at line 25 of file cfgelem.h.
Referenced by ConfigProperty(), VectorConfigElem::has_prop(), VectorConfigElem::read_prop(), VectorConfigElem::remove_first_prop(), and VectorConfigElem::remove_prop().
std::string ConfigProperty::value_ [protected] |
Definition at line 26 of file cfgelem.h.
Referenced by ConfigProperty(), VectorConfigElem::read_prop(), VectorConfigElem::remove_first_prop(), and VectorConfigElem::remove_prop().