checkAllItemsRead(std::vector< std::string > &errors) const | Config | virtual |
Config() | Config | |
ConfigParser class | Config | friend |
ControllerConfig class | Config | friend |
get(const std::string name) | Config | inlineprotected |
get_nothrow(const std::string name) | Config | inlineprotected |
getBool(const std::string name) | Config | |
getBoolList(const std::string name) | Config | |
getFloat(const std::string name) | Config | |
getFloatList(const std::string name) | Config | |
getInt(const std::string name) | Config | |
getIntList(const std::string name) | Config | |
getLinearConfig(const std::string name) | Config | |
getMatrix(const std::string name) | Config | inline |
getModularConvertedValueConfig(const std::string &name) | Config | |
getString(const std::string name) | Config | |
getUint(const std::string name) | Config | |
getUintList(const std::string name) | Config | |
items | Config | protected |
onParsingFinished() | Config | virtual |
print(std::stringstream &s, int indention) const | Config | virtual |
set(const std::string name, T value, ConfigTag tag) | Config | inlineprotected |
setBool(const std::string name, bool value, ConfigTag tag) | Config | protected |
setBoolList(const std::string name, std::list< bool > value, ConfigTag tag) | Config | protected |
setFloat(const std::string name, float value, ConfigTag tag) | Config | protected |
setFloatList(const std::string name, std::list< float > value, ConfigTag tag) | Config | protected |
setInt(const std::string name, std::int32_t value, ConfigTag tag) | Config | protected |
setIntList(const std::string name, std::list< std::int32_t > value, ConfigTag tag) | Config | protected |
setLinearConfig(const std::string name, types::LinearConfig &&value, ConfigTag tag) | Config | protected |
setModularConvertedValueConfig(const std::string name, types::ModularConvertedValueConfig &&value, ConfigTag tag) | Config | protected |
setString(const std::string name, std::string value, ConfigTag tag) | Config | protected |
setUint(const std::string name, std::uint32_t value, ConfigTag tag) | Config | protected |
setUintList(const std::string name, std::list< std::uint32_t > value, ConfigTag tag) | Config | protected |
~Config()=default | Config | virtual |