|
Public Member Functions |
| EConfBool (const char *name) |
| EConfBool (const char *name, bool val, const char *comment) |
virtual | ~EConfBool () |
virtual bool | start_child_element (const char *name, const char **atts, XML_Parser p) |
virtual bool | end_child_element (const char *name, XML_Parser p) |
virtual bool | begin_parse (const char *name, const char **atts, XML_Parser p) |
virtual bool | end_parse (const char *name, XML_Parser p) |
virtual void | dump (int depth, ostream &ostr, bool complete) |
void | specialize (const EConfBool &o) |
bool | get () const |
Public Attributes |
char * | _noname |
bool | _value |