#include <FactoryParams.hh>

Public Member Functions | |
| template<typename T > | |
| const optional_params_validator & | operator() (const char *param, T &value) const |
| optional_params_validator (const char *tag, const FactoryParams *params) | |
| template<typename T > | |
| required_params_validator | required (const char *param, T &value) const |
Public Member Functions inherited from details::base_validator_data | |
| base_validator_data (const char *tag, const FactoryParams *params) | |
Additional Inherited Members | |
Protected Member Functions inherited from details::base_validator_data | |
| template<typename T > | |
| void | assign (const std::string ¶m_value, T &value) const |
| template<typename T > | |
| void | assign_impl (const std::string ¶m_value, T &value) const |
| void | assign_impl (const std::string ¶m_value, std::string &value) const |
| void | throw_error (const char *param_name) const |
Protected Attributes inherited from details::base_validator_data | |
| const FactoryParams * | params_ |
| const char * | tag_ |
Definition at line 65 of file FactoryParams.hh.
|
inline |
Definition at line 68 of file FactoryParams.hh.
| const optional_params_validator & details::optional_params_validator::operator() | ( | const char * | param, |
| T & | value | ||
| ) | const |
Definition at line 130 of file FactoryParams.hh.
|
inline |
Definition at line 71 of file FactoryParams.hh.