This is the complete list of members for cConfiguration, including all inherited members.
| cObject() | cObject | inline |
| cObject(const cObject &other)=default | cObject | |
| copyNotSupported() const | cObject | |
| drop(cOwnedObject *obj) | cObject | protectedvirtual |
| dropAndDelete(cOwnedObject *obj) | cObject | protected |
| dup() const | cObject | virtual |
| findObject(const char *name, bool deep=true) | cObject | |
| forEachChild(cVisitor *v) | cObject | virtual |
| getAsBool(cConfigOption *option, bool fallbackValue=false) const | cConfiguration | virtual |
| getAsBool(const char *objectFullPath, cConfigOption *option, bool fallbackValue=false) const | cConfiguration | virtual |
| getAsCustom(cConfigOption *option, const char *fallbackValue=nullptr) const | cConfiguration | virtual |
| getAsCustom(const char *objectFullPath, cConfigOption *option, const char *fallbackValue=nullptr) const | cConfiguration | virtual |
| getAsDouble(cConfigOption *option, double fallbackValue=0) const | cConfiguration | virtual |
| getAsDouble(const char *objectFullPath, cConfigOption *option, double fallbackValue=0) const | cConfiguration | virtual |
| getAsFilename(cConfigOption *option) const | cConfiguration | virtual |
| getAsFilename(const char *objectFullPath, cConfigOption *option) const | cConfiguration | virtual |
| getAsFilenames(cConfigOption *option) const | cConfiguration | virtual |
| getAsFilenames(const char *objectFullPath, cConfigOption *option) const | cConfiguration | virtual |
| getAsInt(cConfigOption *option, long fallbackValue=0) const | cConfiguration | virtual |
| getAsInt(const char *objectFullPath, cConfigOption *option, long fallbackValue=0) const | cConfiguration | virtual |
| getAsPath(cConfigOption *option) const | cConfiguration | virtual |
| getAsPath(const char *objectFullPath, cConfigOption *option) const | cConfiguration | virtual |
| getAsString(cConfigOption *option, const char *fallbackValue="") const | cConfiguration | virtual |
| getAsString(const char *objectFullPath, cConfigOption *option, const char *fallbackValue="") const | cConfiguration | virtual |
| getClassAndFullName() const | cObject | virtual |
| getClassAndFullPath() const | cObject | virtual |
| getClassName() const | cObject | virtual |
| getConfigEntry(const char *key) const =0 | cConfiguration | pure virtual |
| getConfigValue(const char *key) const =0 | cConfiguration | pure virtual |
| getConfigValue(cConfigOption *option, const char *fallbackValue=nullptr) const | cConfiguration | virtual |
| getDescriptor() const | cObject | virtual |
| getFullName() const | cObject | inlinevirtual |
| getFullPath() const | cObject | virtual |
| getName() const | cObject | inlinevirtual |
| getOwner() const | cObject | inlinevirtual |
| getPerObjectConfigEntry(const char *objectFullPath, const char *keySuffix) const =0 | cConfiguration | pure virtual |
| getPerObjectConfigValue(const char *objectFullPath, const char *keySuffix) const =0 | cConfiguration | pure virtual |
| getPerObjectConfigValue(const char *objectFullPath, cConfigOption *option, const char *fallbackValue=nullptr) const | cConfiguration | virtual |
| getThisPtr() const | cObject | inline |
| isName(const char *s) const | cObject | |
| isOwnedObject() const | cObject | inlinevirtual |
| isSoftOwner() const | cObject | inlinevirtual |
| parsimPack(cCommBuffer *buffer) const | cObject | virtual |
| parsimUnpack(cCommBuffer *buffer) | cObject | virtual |
| printOn(std::ostream &os) const | cObject | virtual |
| str() const | cObject | virtual |
| substituteVariables(const char *value) const =0 | cConfiguration | pure virtual |
| take(cOwnedObject *obj) | cObject | protectedvirtual |
| ~cObject() | cObject | virtual |