Class metrics_parser
Defined in File metrics_parser.hpp
Inheritance Relationships
Base Types
public rcppsw::er::client< metrics_parser >
(Template Class client)public rconfig::xml::xml_config_parser
Class Documentation
-
class metrics_parser : public rcppsw::er::client<metrics_parser>, public rconfig::xml::xml_config_parser
Parses XML parameters related to metric collection into metrics_config.
Public Types
-
using config_type = metrics_config
Public Functions
-
inline metrics_parser(void)
-
~metrics_parser(void) override = default
-
void parse(const ticpp::Element &node) override
-
inline std::string xml_root(void) const override
Public Static Attributes
-
static const std::string kXMLRoot = "metrics"
The root tag that all loop functions relating to metrics parameters should lie under in the XML tree.
-
using config_type = metrics_config