The STDR parser specifications. More...
#include <stdr_parser_specs.h>
Public Member Functions | |
Specs (void) | |
Default constructor. More... | |
Static Public Attributes | |
static std::set< std::string > | non_mergable_tags = std::set<std::string>() |
static std::map< std::string, ElSpecs > | specs = std::map<std::string,ElSpecs>() |
List of non-mergable tags. Read from stdr_multiple_allowed.xml. More... | |
The STDR parser specifications.
Definition at line 57 of file stdr_parser_specs.h.
stdr_parser::Specs::Specs | ( | void | ) |
Default constructor.
Definition at line 45 of file stdr_parser_specs.cpp.
Definition at line 69 of file stdr_parser_specs.h.
List of non-mergable tags. Read from stdr_multiple_allowed.xml.
Definition at line 66 of file stdr_parser_specs.h.