An element of Specs - represents a valid tag. More...
#include <stdr_parser_specs.h>
Public Member Functions | |
ElSpecs (void) | |
Default constructor. | |
Public Attributes | |
std::set< std::string > | allowed |
Default value for the node (if it is a value) | |
std::string | default_value |
std::set< std::string > | required |
The allowed tags for the tag. |
An element of Specs - represents a valid tag.
Definition at line 37 of file stdr_parser_specs.h.
stdr_parser::ElSpecs::ElSpecs | ( | void | ) |
Default constructor.
Definition at line 30 of file stdr_parser_specs.cpp.
std::set<std::string> stdr_parser::ElSpecs::allowed |
Default value for the node (if it is a value)
Definition at line 49 of file stdr_parser_specs.h.
std::string stdr_parser::ElSpecs::default_value |
Definition at line 50 of file stdr_parser_specs.h.
std::set<std::string> stdr_parser::ElSpecs::required |
The allowed tags for the tag.
Definition at line 47 of file stdr_parser_specs.h.