25 #ifndef __VALUELIST_H__
26 #define __VALUELIST_H__
35 template <
class type_t>
50 template <
class type_t>
59 void add (
const char *, type_t *);
60 void append (
char *, type_t *);
65 type_t *
get (
const char *);
75 template <
class type_t>
valentry< type_t > * _first
type_t * currentVal(void)
valuelistiterator(valuelist< type_t > &)
valentry< type_t > * last
valentry< type_t > * root
valentry< type_t > * _current
void add(const char *, type_t *)
void append(char *, type_t *)
valuelist< type_t > * _valuelist
valentry< type_t > * _last