Dip
0.92.4
|
#include <MCF_Param.h>
Public Member Functions | |
void | getSettings (UtilParameters &utilParam) |
bool | checkOptions () |
void | dumpSettings (ostream *os=&cout) |
MCF_Param () | |
~MCF_Param () | |
Public Attributes | |
int | LogLevel |
int | UseSparse |
string | DataDir |
string | Instance |
Definition at line 32 of file MCF_Param.h.
|
inline |
Definition at line 69 of file MCF_Param.h.
|
inline |
Definition at line 75 of file MCF_Param.h.
|
inline |
Definition at line 40 of file MCF_Param.h.
References checkOptions(), DataDir, UtilParameters::GetSetting(), Instance, LogLevel, UseSparse, and UtilException.
Referenced by MCF_DecompApp::MCF_DecompApp().
|
inline |
Definition at line 52 of file MCF_Param.h.
Referenced by getSettings().
|
inline |
Definition at line 57 of file MCF_Param.h.
References DataDir, Instance, LogLevel, and UseSparse.
Referenced by MCF_DecompApp::MCF_DecompApp().
int MCF_Param::LogLevel |
Definition at line 34 of file MCF_Param.h.
Referenced by dumpSettings(), getSettings(), and MCF_DecompApp::MCF_DecompApp().
int MCF_Param::UseSparse |
Definition at line 35 of file MCF_Param.h.
Referenced by dumpSettings(), and getSettings().
string MCF_Param::DataDir |
Definition at line 36 of file MCF_Param.h.
Referenced by dumpSettings(), and getSettings().
string MCF_Param::Instance |
Definition at line 37 of file MCF_Param.h.
Referenced by dumpSettings(), and getSettings().