MaMiCo 1.2
Loading...
Searching...
No Matches
ParseConfiguration Member List

This is the complete list of members for ParseConfiguration, including all inherited members.

parseConfiguration(const std::string filename, const std::string topleveltag, Configuration &config)ParseConfigurationinlinestatic
readBoolMandatory(bool &storage, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic
readBoolOptional(bool &storage, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic
readDoubleMandatory(double &storage, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic
readDoubleOptional(double &storage, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic
readIntMandatory(int &storage, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic
readIntOptional(int &storage, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic
readStringMandatory(std::string &storage, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic
readStringOptional(std::string &storage, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic
readVector(tarch::la::Vector< size, T > &result, const char *myText)ParseConfigurationinlinestatic
readVectorMandatory(tarch::la::Vector< size, T > &result, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic
readVectorOptional(tarch::la::Vector< size, T > &result, tinyxml2::XMLElement *node, std::string tag)ParseConfigurationinlinestatic