#include <Config.h>
Inheritance diagram for buffy::ConfigItemLocations:
Public Member Functions | |
std::vector< std::string > | get () |
void | set (const std::vector< std::string > &val) |
Protected Member Functions | |
ConfigItemLocations (Config &config, const std::string &path) | |
std::vector< std::string > | computeDefault () |
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. |