Class blocks_parser
Defined in File blocks_parser.hpp
Inheritance Relationships
Base Types
public rer::client< blocks_parser >
public rconfig::xml::xml_config_parser
Class Documentation
-
class blocks_parser : public rer::client<blocks_parser>, public rconfig::xml::xml_config_parser
Parses XML parameters related to blocks in the arena into blocks_config.
Public Types
-
using config_type = blocks_config
Public Functions
-
inline blocks_parser(void)
-
void parse(const ticpp::Element &node) override
-
bool validate(void) const override
-
inline std::string xml_root(void) const override
Public Static Attributes
-
static const std::string kXMLRoot = "blocks"
The root tag that all block parameters should lie under in the XML tree.
-
using config_type = blocks_config