Class rng_parser
Defined in File rng_parser.hpp
Inheritance Relationships
Base Types
public rcppsw::er::client< rng_parser >
(Template Class client)public rconfig::xml::xml_config_parser
Class Documentation
-
class rng_parser : public rcppsw::er::client<rng_parser>, public rconfig::xml::xml_config_parser
Parses XML configuration relating to RNG.
Public Types
-
using config_type = rng_config
Public Functions
-
inline rng_parser(void)
-
void parse(const ticpp::Element &node) override
-
inline std::string xml_root(void) const override
Public Static Attributes
-
static const std::string kXMLRoot = "rng"
The root tag that all rng configuration values should lie under in the XML tree.
-
using config_type = rng_config