|
|||
|
|||
|
#include <configreader.h>
Collaboration diagram for MultiConfig:
Public Attributes | |
| const char * | tag |
| Tag name. | |
| char * | items [13] |
| One or more items within tag. | |
| char * | items_default [13] |
| One or more defaults for items within tags. | |
| int | datatype [13] |
| One or more data types. | |
| MultiNotify | init_function |
| Initialization function. | |
| MultiValidator | validation_function |
| Validation function. | |
| MultiNotify | finish_function |
| Completion function. | |
Definition at line 180 of file configreader.h.
|
|
One or more data types.
Definition at line 189 of file configreader.h. Referenced by ServerConfig::Read(). |
|
|
Completion function.
Definition at line 195 of file configreader.h. Referenced by ServerConfig::Read(). |
|
|
Initialization function.
Definition at line 191 of file configreader.h. Referenced by ServerConfig::Read(). |
|
|
One or more items within tag.
Definition at line 185 of file configreader.h. Referenced by ServerConfig::Read(). |
|
|
One or more defaults for items within tags.
Definition at line 187 of file configreader.h. Referenced by ServerConfig::Read(). |
|
|
Tag name.
Definition at line 183 of file configreader.h. Referenced by ServerConfig::Read(). |
|
|
Validation function.
Definition at line 193 of file configreader.h. Referenced by ServerConfig::Read(). |