#include <Config.h>
Inheritance diagram for buffy::ConfigItemString:
Public Member Functions | |
std::string | get () |
void | set (const std::string &val) |
Protected Member Functions | |
ConfigItemString (Config &config, const std::string &path, const std::string &def) | |
Friends | |
class | Config |
Check if this node contains a child with the given name bool has(const std::string& nodeName);. | |
class | ConfigItemDictionary |
|
|
|
|
|
|
|
Check if this node contains a child with the given name bool has(const std::string& nodeName);.
Reimplemented from buffy::ConfigItem. |
|
|