$search
#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 |
Definition at line 64 of file FactoryParams.hh.
log4cpp::details::optional_params_validator::optional_params_validator | ( | const char * | tag, | |
const FactoryParams * | params | |||
) | [inline] |
Definition at line 67 of file FactoryParams.hh.
const optional_params_validator & log4cpp::details::optional_params_validator::operator() | ( | const char * | param, | |
T & | value | |||
) | const [inline] |
Definition at line 129 of file FactoryParams.hh.
required_params_validator log4cpp::details::optional_params_validator::required | ( | const char * | param, | |
T & | value | |||
) | const [inline] |
Definition at line 70 of file FactoryParams.hh.