#include <confStruct.h>
Inheritance diagram for confStruct:

Definition at line 18 of file confStruct.h.
Public Member Functions | |
| int | readConf (int argc, char **argv, const char **filenames) |
Protected Member Functions | |
| int | isConfComplete () |
| void | usage () |
| void | printError (int errorNumber) |
| int | readConfFromArgs (int argc, char **argv) |
| int | readConfFromFile (const char *fileName) |
Protected Attributes | |
| char * | confDef |
| int * | intArray |
| char ** | charArray |
| int * | confFound |
| char ** | validValues |
| int | validValuesCount |
| int * | isInt |
| char * | regExp |
| int | subExpCount |
1.5.1