Class nests_parser
Defined in File nests_parser.hpp
Inheritance Relationships
Base Types
public rer::client< nests_parser >
public rconfig::xml::xml_config_parser
Class Documentation
-
class nests_parser : public rer::client<nests_parser>, public rconfig::xml::xml_config_parser
Parses XML parameters for related to nest objects into nest_config.
Public Types
-
using config_type = nests_config
Public Functions
-
inline nests_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 = "nests"
The root tag that all nest parameters should lie under in the XML tree.
-
using config_type = nests_config