|
static std::shared_ptr< const RawConfig > | getNonexistentRawConfig (const RawConfig *, const std::string &) |
|
template<typename T , typename U > |
static std::shared_ptr< T > | getRawConfigHelper (T &that, const std::string &path, U callback) |
|
template<typename T > |
static bool | visitHelper (T &that, std::function< bool(T &, const std::string &path)> callback, bool recursive, const std::string &pathPrefix) |
|
|
RawConfig * | parent_ = nullptr |
|
const std::string | name_ |
|
std::string | value_ |
|
std::string | comment_ |
|
OrderedMap< std::string, std::shared_ptr< RawConfig > > | subItems_ |
|
unsigned int | lineNumber_ |
|
Definition at line 20 of file rawconfig.cpp.
The documentation for this class was generated from the following file: