MaMiCo 1.2
|
#include <ParseConfiguration.h>
Static Public Member Functions | |
static XMLConfiguration | load (const std::string filename) |
Public Attributes | |
tinyxml2::XMLNode *const | root |
tinyxml2::XMLError const | error |
Private Member Functions | |
XMLConfiguration (tinyxml2::XMLNode *_root, tinyxml2::XMLError _error) | |
Container for the XML configuration for MaMiCo (Manages the memory of the associated XML document and provides a pointer to the configuration root)
|
inlinestatic |
Loads the MaMiCo configuration from a file (with or without XML root node)
filename |
tinyxml2::XMLError const tarch::configuration::ParseConfiguration::XMLConfiguration::error |
Status of loading the XML document
tinyxml2::XMLNode* const tarch::configuration::ParseConfiguration::XMLConfiguration::root |
Root of the loaded MaMiCo configuration