#include <UtilApp.h>
|
| UtilApp (int &argc, char *argv[]) |
|
| UtilApp () |
|
| ~UtilApp () |
|
const std::string & | Machine () |
|
const std::string & | Program () const |
|
const std::string & | FullPathname () const |
|
int | Pid () |
|
bool | GetSetting (const char *name, bool defaultValue=true, const char *section=NULL) const |
|
std::string | GetSetting (const char *name, const char *defaultValue, const char *section=NULL) const |
|
short | GetSetting (const char *name, short defaultValue, const char *section=NULL) const |
|
int | GetSetting (const char *name, int defaultValue, const char *section=NULL) const |
|
long | GetSetting (const char *name, long defaultValue, const char *section=NULL) const |
|
double | GetSetting (const char *name, double defaultValue, const char *section=NULL) const |
|
bool | GetSetting (const char *name, bool defaultValue, const std::string §ion) const |
|
std::string | GetSetting (const char *name, const char *defaultValue, const std::string §ion) const |
|
short | GetSetting (const char *name, short defaultValue, const std::string §ion) const |
|
int | GetSetting (const char *name, int defaultValue, const std::string §ion) const |
|
long | GetSetting (const char *name, long defaultValue, const std::string §ion) const |
|
double | GetSetting (const char *name, double defaultValue, const std::string §ion) const |
|
void | LoadParmFile (std::string &fname) |
|
|
typedef std::map< std::string, std::string, less< std::string > > | PARM_MAP |
|
Definition at line 21 of file UtilApp.h.
◆ PARM_MAP
◆ UtilApp() [1/2]
UtilApp::UtilApp |
( |
int & |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ UtilApp() [2/2]
◆ ~UtilApp()
◆ TheApp()
static UtilApp& UtilApp::TheApp |
( |
| ) |
|
|
inlinestatic |
◆ Machine()
const std::string& UtilApp::Machine |
( |
| ) |
|
◆ Program()
const std::string& UtilApp::Program |
( |
| ) |
const |
◆ FullPathname()
const std::string& UtilApp::FullPathname |
( |
| ) |
const |
◆ Pid()
◆ GetSetting() [1/12]
bool UtilApp::GetSetting |
( |
const char * |
name, |
|
|
bool |
defaultValue = true , |
|
|
const char * |
section = NULL |
|
) |
| const |
◆ GetSetting() [2/12]
std::string UtilApp::GetSetting |
( |
const char * |
name, |
|
|
const char * |
defaultValue, |
|
|
const char * |
section = NULL |
|
) |
| const |
◆ GetSetting() [3/12]
short UtilApp::GetSetting |
( |
const char * |
name, |
|
|
short |
defaultValue, |
|
|
const char * |
section = NULL |
|
) |
| const |
◆ GetSetting() [4/12]
int UtilApp::GetSetting |
( |
const char * |
name, |
|
|
int |
defaultValue, |
|
|
const char * |
section = NULL |
|
) |
| const |
◆ GetSetting() [5/12]
long UtilApp::GetSetting |
( |
const char * |
name, |
|
|
long |
defaultValue, |
|
|
const char * |
section = NULL |
|
) |
| const |
◆ GetSetting() [6/12]
double UtilApp::GetSetting |
( |
const char * |
name, |
|
|
double |
defaultValue, |
|
|
const char * |
section = NULL |
|
) |
| const |
◆ GetSetting() [7/12]
bool UtilApp::GetSetting |
( |
const char * |
name, |
|
|
bool |
defaultValue, |
|
|
const std::string & |
section |
|
) |
| const |
|
inline |
◆ GetSetting() [8/12]
std::string UtilApp::GetSetting |
( |
const char * |
name, |
|
|
const char * |
defaultValue, |
|
|
const std::string & |
section |
|
) |
| const |
|
inline |
◆ GetSetting() [9/12]
short UtilApp::GetSetting |
( |
const char * |
name, |
|
|
short |
defaultValue, |
|
|
const std::string & |
section |
|
) |
| const |
|
inline |
◆ GetSetting() [10/12]
int UtilApp::GetSetting |
( |
const char * |
name, |
|
|
int |
defaultValue, |
|
|
const std::string & |
section |
|
) |
| const |
|
inline |
◆ GetSetting() [11/12]
long UtilApp::GetSetting |
( |
const char * |
name, |
|
|
long |
defaultValue, |
|
|
const std::string & |
section |
|
) |
| const |
|
inline |
◆ GetSetting() [12/12]
double UtilApp::GetSetting |
( |
const char * |
name, |
|
|
double |
defaultValue, |
|
|
const std::string & |
section |
|
) |
| const |
|
inline |
◆ LoadParmFile()
void UtilApp::LoadParmFile |
( |
std::string & |
fname | ) |
|
◆ m_parms
◆ m_machine
std::string UtilApp::m_machine |
|
protected |
◆ m_program
std::string UtilApp::m_program |
|
protected |
◆ m_fullPathname
std::string UtilApp::m_fullPathname |
|
protected |
◆ m_pid
◆ m_theApp
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/Dip-releases-0.92.4/Dip/src/old/UtilApp.h