#include <EConfString.h>
Inheritance diagram for EConfString:
Public Member Functions | |
EConfString (const char *name, const char *default_value=NULL, const char *comment=NULL) | |
EConfString (const EConfString &) | |
virtual | ~EConfString () |
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) |
bool | begin_parse (const char *name, const char **atts, XML_Parser p) |
virtual void | dump (int depth, ostream &ostr, bool complete) |
void | specialize (const EConfString &o) |
bool | is (const char *filename) |
const char * | get () const |
Public Attributes | |
char * | _value |
|
|
|
|
|
|
|
Implements EConfBase.
|
|
Implements EConfBase.
|
|
Implements EConfBase.
|
|
|
|
|
|
|
|
Implements EConfBase.
|
|
|