This is the complete list of members for ComAttribute, including all inherited members.
ComAttribute(void) | ComAttribute | |
create(void) | ComAttribute | static |
getBool(const std::string &key, bool def=false) const | ComAttribute | |
getFloat(const std::string &key, float def=0.0f) const | ComAttribute | |
getInt(const std::string &key, int def=0) const | ComAttribute | |
getString(const std::string &key, const std::string &def="") const | ComAttribute | |
init() override | ComAttribute | virtual |
parse(const std::string &jsonFile) | ComAttribute | |
serialize(void *r) override | ComAttribute | virtual |
setBool(const std::string &key, bool value) | ComAttribute | |
setFloat(const std::string &key, float value) | ComAttribute | |
setInt(const std::string &key, int value) | ComAttribute | |
setString(const std::string &key, const std::string &value) | ComAttribute | |
~ComAttribute(void) | ComAttribute | virtual |