#include <Configuration.h>
Definition at line 121 of file Configuration.h.
Public Member Functions | |
void | Add (const String &name, const String &value) |
void | Add (const String &str) |
void | AddParsed (const String &name, const String &value) |
int | Boolean (const String &name, int default_value=0) const |
virtual int | compare (const Object &) |
Configuration (const Configuration &config) | |
Configuration () | |
virtual Object * | Copy () const |
void | Defaults (const ConfigDefaults *array) |
double | Double (const String &name, double default_value=0) const |
const String | Find (const String &name) const |
Object * | Get_Object (char *name) |
void | NameValueSeparators (const String &s) |
const String | operator[] (const String &name) const |
virtual int | Read (const String &filename) |
int | Remove (const String &name) |
int | Value (const String &name, int default_value=0) const |
~Configuration () | |
Protected Attributes | |
int | allow_multiple |
Dictionary | dcGlobalVars |
String | separators |