#include <iostream>#include <string>#include <vector>#include "ExCFile.h"Go to the source code of this file.
Data Structures | |
| class | ExCOptions |
Defines | |
| #define | EXNIHILO_REP_NAME |
Enumerations | |
| enum | { EXC_NORMAL = 1, EXC_DEBUG, EXC_TRACE, EXC_LOG, EXC_OPTIONS_ALL, EXC_OPTIONS_RELOAD } |
|
|
Definition at line 48 of file ExCOptions.h. Referenced by ExCOptions::create_options_file(), and ExCOptions::ExCOptions(). |
|
|
Definition at line 37 of file ExCOptions.h.
00038 {
00039 EXC_NORMAL = 1,
00040 EXC_DEBUG,
00041 EXC_TRACE,
00042 EXC_LOG,
00043 EXC_OPTIONS_ALL,
|
1.3-rc1