#include <Config.h>
Inheritance diagram for buffy::ConfigItem:

Public Member Functions | |
| virtual | ~ConfigItem () |
Protected Member Functions | |
| ConfigItem (Config &config, const std::string &path) | |
| xmlpp::Element * | node () |
| xmlpp::Element * | nodeIfExists () |
Protected Attributes | |
| Config & | m_config |
| std::string | m_path |
Friends | |
| class | Config |
| Check if this node contains a child with the given name bool has(const std::string& nodeName);. | |
It is the father of a hierarchy, and it cannot be used to access the node value.
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Check if this node contains a child with the given name bool has(const std::string& nodeName);.
Reimplemented in buffy::ConfigItemBool, buffy::ConfigItemInt, buffy::ConfigItemString, buffy::ConfigItemLocations, buffy::ConfigItemMailPrograms, and buffy::ConfigItemDictionary. |
|
|
|
|
|
|
1.4.5