Class server_config_parser

Inheritance Relationships

Base Type

Class Documentation

class server_config_parser : public rcppsw::config::base_parser

Interface specifying functionality for parsing parameters from a server into a base_config derived parameter structure.

Public Functions

server_config_parser(void) = default
~server_config_parser(void) override = default
virtual void parse(void) = 0

Parse the necessary parameters from the server into an internal representation (should be a class/struct derived from base_config).