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