#include <EConfInt.h>
Inheritance diagram for EConfInt:
Public Member Functions | |
EConfInt (const char *name) | |
EConfInt (const char *name, int default_value, const char *comment) | |
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 void | dump (int depth, ostream &ostr, bool complete) |
void | specialize (const EConfInt &o) |
int | get () const |
Public Attributes | |
int | _value |
|
|
|
|
|
Implements EConfBase.
|
|
Implements EConfBase.
|
|
Implements EConfBase.
|
|
|
|
|
|
Implements EConfBase.
|
|
|