cconfigoption.h Source File¶
|
API
|
cconfigoption.h
139 const char *getDefaultValue() const {return defaultValue.empty() ? nullptr : defaultValue.c_str();}
static cConfigOption * find(const char *name)
const char * getDefaultValue() const
Definition cconfigoption.h:139
static cConfigOption * get(const char *name)
cConfigOption(const char *name, ObjectKind kind, Type type, const char *unit, const char *defaultValue, const char *description)
const char * getDescription() const
Definition cconfigoption.h:145
static const char * getObjectKindName(ObjectKind kind)
cConfigOption(const char *name, bool isGlobal, Type type, const char *unit, const char *defaultValue, const char *description)
ObjectKind
Configuration option kinds.
Definition cconfigoption.h:49
virtual std::string str() const override
static const char * getTypeName(Type type)
Generated on for API by