42 #ifndef DATA_XML_PARSER_HPP 43 #define DATA_XML_PARSER_HPP const ParameterConstRef parameters
The set of input paraemeters.
CustomOrderedMap< T, U > CustomMap
const int debug_level
The debug level.
void Parse(const CustomSet< std::string > &file_names, std::map< std::string, CustomMap< std::string, std::string >> &output) const
Parse xml file.
~DataXmlParser()
Destructor.
redefinition of map to manage ordered/unordered structures
volatile int output[DIM_Y][DIM_X]
unsigned map[NUM_VERTICES]
redefinition of set to manage ordered/unordered structures
CONSTREF_FORWARD_DECL(Parameter)
STD include.
This class collects information about generic data.
Template definition of refcount.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
DataXmlParser(const ParameterConstRef ¶meters)
Constructor.