8#ifndef ROBOTSIO_PARAMETERS_FILLER_H
9#define ROBOTSIO_PARAMETERS_FILLER_H
15 class ParametersFiller;
23 virtual const std::pair<bool, std::string> fill_string(
const std::string& key)
const = 0;
25 virtual const std::pair<bool, std::size_t> fill_size_t(
const std::string& key)
const = 0;
27 virtual const std::pair<bool, int> fill_int(
const std::string& key)
const = 0;
29 virtual const std::pair<bool, double> fill_double(
const std::string& key)
const = 0;
31 virtual const std::pair<bool, bool> fill_bool(
const std::string& key)
const = 0;