Loading...
Searching...
No Matches
8#ifndef ROBOTSIO_PARAMETERS_EXTRACTOR_H
9#define ROBOTSIO_PARAMETERS_EXTRACTOR_H
15 class ParametersExtractor;
26 void extract_fields();
28 void extract_field(
const std::string& key);
30 virtual void extract_field(
const std::string& key,
const std::string& value) = 0;
32 virtual void extract_field(
const std::string& key,
const std::size_t& value) = 0;
34 virtual void extract_field(
const std::string& key,
const int& value) = 0;
36 virtual void extract_field(
const std::string& key,
const double& value) = 0;
38 virtual void extract_field(
const std::string& key,
const bool& value) = 0;