The STDR parser specifications. More...
#include <stdr_parser_specs.h>
Public Member Functions | |
Specs (void) | |
Default constructor. | |
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. |
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.
std::set< std::string > stdr_parser::Specs::non_mergable_tags = std::set<std::string>() [static] |
Definition at line 69 of file stdr_parser_specs.h.
std::map< std::string, ElSpecs > stdr_parser::Specs::specs = std::map<std::string,ElSpecs>() [static] |
List of non-mergable tags. Read from stdr_multiple_allowed.xml.
Definition at line 68 of file stdr_parser_specs.h.