65 struct parse_params_s;
85 int process(
const char *str )
const;
parse_param_type type
Definition: parseparams.hh:100
const char * key
Definition: parseparams.hh:98
unsigned int number
Definition: parseparams.hh:106
int add(const char *key, void *store, parse_param_type type)
add parameters to the list
struct r_Parse_Params::parse_params_s parse_params_t
int process(const char *str) const
process parameter string
r_Parse_Params(void)
default constructor, should not be used
std::ostream & operator<<(std::ostream &s, const r_Parse_Params::parse_param_type &d)
parse_params_t * params
Definition: parseparams.hh:104
parse_param_type
the possible parameter types used for add()
Definition: parseparams.hh:49
Definition: parseparams.hh:96
static const unsigned int granularity
Definition: parseparams.hh:108
Definition: parseparams.hh:53
Definition: parseparams.hh:44
Definition: parseparams.hh:52
unsigned int maxnum
Definition: parseparams.hh:105
~r_Parse_Params(void)
destructor
Definition: parseparams.hh:51
void * store
Definition: parseparams.hh:99