22 #ifndef STDR_PARSER_SPECS 23 #define STDR_PARSER_SPECS 66 static std::map<std::string,ElSpecs>
specs;
The main namespace for STDR GUI XML parser.
static std::set< std::string > non_mergable_tags
An element of Specs - represents a valid tag.
The STDR parser specifications.
std::string default_value
std::set< std::string > allowed
Default value for the node (if it is a value)
static std::map< std::string, ElSpecs > specs
List of non-mergable tags. Read from stdr_multiple_allowed.xml.
ElSpecs(void)
Default constructor.
std::set< std::string > required
The allowed tags for the tag.