Class apf_manager_parser

Inheritance Relationships

Base Types

  • public rer::client< apf_manager_parser >

  • public rconfig::xml::xml_config_parser

Class Documentation

class apf_manager_parser : public rer::client<apf_manager_parser>, public rconfig::xml::xml_config_parser

Parses XML configuration for apf_manager into apf_manager_config. Assumes it is handed an XML parent in which the child tag kXMLRoot is found.

Public Types

using config_type = apf_manager_config

Public Functions

inline apf_manager_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 = "apf_manager"

The XML root tag that all apf_manager configuration should lie under in the XML tree.