|
| CLASS_PROTOTYPE (Configurator) |
|
| Configurator (const char *filename) |
|
void | Parse (const char *filename) |
|
void | Close () |
|
void | SetWrite (bool bWrite) |
|
str | GetString (const char *section, const char *key, str defaultValue, int index=-1) |
|
int | GetInteger (const char *section, const char *key, int defaultValue, int index=-1) |
|
float | GetFloat (const char *section, const char *key, float defaultValue, int index=-1) |
|
void | SetString (const char *section, const char *key, str value, int index=-1) |
|
void | SetInteger (const char *section, const char *key, int value, int index=-1) |
|
void | SetFloat (const char *section, const char *key, float value, int index=-1) |
|
virtual ClassDef * | classinfo (void) const |
|
void | warning (const char *function, const char *format,...) const |
|
void | error (const char *function, const char *format,...) const |
|
qboolean | inheritsFrom (ClassDef *c) const |
|
qboolean | inheritsFrom (const char *name) const |
|
qboolean | isInheritedBy (const char *name) const |
|
qboolean | isInheritedBy (ClassDef *c) const |
|
const char * | getClassname (void) const |
|
const char * | getClassID (void) const |
|
const char * | getSuperclass (void) const |
|
virtual void | Archive (Archiver &arc) |
|
void * | operator new (size_t s) |
|
void | operator delete (void *ptr) |
|
void * | operator new (size_t size, void *placement) |
|
void | operator delete (void *ptr, void *placement) |
|
template<typename T> |
void * | operator new (size_t size, T &placement) |
|
template<typename T> |
void | operator delete (void *ptr, T &placement) |
|