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