Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

ExCOptions.h File Reference

#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
}


Define Documentation

#define EXNIHILO_REP_NAME
 

Definition at line 49 of file ExCOptions.h.

Referenced by ExCOptions::create_options_file(), and ExCOptions::ExCOptions().


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
EXC_NORMAL 
EXC_DEBUG 
EXC_TRACE 
EXC_LOG 
EXC_OPTIONS_ALL 
EXC_OPTIONS_RELOAD 

Definition at line 38 of file ExCOptions.h.

00038      { 
00039         EXC_NORMAL = 1,
00040         EXC_DEBUG,
00041         EXC_TRACE,
00042         EXC_LOG,
00043         EXC_OPTIONS_ALL,
00044         EXC_OPTIONS_RELOAD };


Generated on Tue Aug 6 20:27:15 2002 for ExNihilo by doxygen1.2.17