Class stoch_nbhd1_parser
Defined in File stoch_nbhd1_parser.hpp
Inheritance Relationships
Base Types
public rer::client< stoch_nbhd1_parser >
public rconfig::xml::xml_config_parser
Class Documentation
-
class stoch_nbhd1_parser : public rer::client<stoch_nbhd1_parser>, public rconfig::xml::xml_config_parser
Parses XML configuration used for task allocation into stoch_nbhd1_config.
Public Types
-
using config_type = stoch_nbhd1_config
Public Functions
-
inline stoch_nbhd1_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 = "stoch_nbhd1"
The root tag that all task allocation XML configuration should lie under in the XML tree.
-
using config_type = stoch_nbhd1_config