liballofw
|
This is the complete list of members for allofw::Configuration, including all inherited members.
Create() | allofw::Configuration | static |
CreateFromFile(const char *args=nullptr) | allofw::Configuration | static |
destroyNode(Node *node)=0 | allofw::Configuration | pure virtual |
getBoolean(const char *path, bool fallback=0.0)=0 | allofw::Configuration | pure virtual |
getDouble(const char *path, double fallback=0.0)=0 | allofw::Configuration | pure virtual |
getFloat(const char *path, float fallback=0.0f)=0 | allofw::Configuration | pure virtual |
getInt32(const char *path, int fallback=0)=0 | allofw::Configuration | pure virtual |
getNode(const char *key)=0 | allofw::Configuration | pure virtual |
getString(const char *path, char *output, size_t output_capacity, const char *fallback="")=0 | allofw::Configuration | pure virtual |
getString(const char *path, const char *fallback="") | allofw::Configuration | inline |
getStringLength(const char *path, const char *fallback="")=0 | allofw::Configuration | pure virtual |
getUInt32(const char *path, unsigned int fallback=0)=0 | allofw::Configuration | pure virtual |
parseFile(const char *path)=0 | allofw::Configuration | pure virtual |
parseFile(const char *path, const char *key)=0 | allofw::Configuration | pure virtual |
ParseMainArgs(int argc, char *argv[]) | allofw::Configuration | static |
~Configuration() | allofw::Configuration | inlinevirtual |