#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 30 of file MCF_Param.h.
| MCF_Param::MCF_Param | ( | ) | [inline] |
Definition at line 67 of file MCF_Param.h.
| MCF_Param::~MCF_Param | ( | ) | [inline] |
Definition at line 73 of file MCF_Param.h.
| void MCF_Param::getSettings | ( | UtilParameters & | utilParam | ) | [inline] |
Definition at line 38 of file MCF_Param.h.
References checkOptions(), DataDir, UtilParameters::GetSetting(), Instance, LogLevel, UseSparse, and UtilException.
| bool MCF_Param::checkOptions | ( | ) | [inline] |
Definition at line 50 of file MCF_Param.h.
Referenced by getSettings().
| void MCF_Param::dumpSettings | ( | ostream * | os = &cout |
) | [inline] |
Definition at line 32 of file MCF_Param.h.
Referenced by dumpSettings(), and getSettings().
Definition at line 33 of file MCF_Param.h.
Referenced by dumpSettings(), and getSettings().
| string MCF_Param::DataDir |
Definition at line 34 of file MCF_Param.h.
Referenced by dumpSettings(), and getSettings().
| string MCF_Param::Instance |
Definition at line 35 of file MCF_Param.h.
Referenced by dumpSettings(), and getSettings().
1.6.1