Class task_alloc_parser
Defined in File task_alloc_parser.hpp
Inheritance Relationships
Base Types
public rer::client< task_alloc_parser >
public rconfig::xml::xml_config_parser
Class Documentation
-
class task_alloc_parser : public rer::client<task_alloc_parser>, public rconfig::xml::xml_config_parser
Parses XML configuration used for task allocation into task_alloc_config.
Public Types
-
using config_type = task_alloc_config
Public Functions
-
inline task_alloc_parser(void)
-
inline void exec_est_task_add(const std::string &task)
-
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 = "task_alloc"
The root tag that all task allocation XML configuration should lie under in the XML tree.
-
using config_type = task_alloc_config