casa::AppRC Class Reference
#include <AppRC.h>
List of all members.
Public Member Functions |
| AppRC () |
| AppRC (const string &filename, const Bool addPID=False, const Bool deleteFile=True) |
| ~AppRC () |
void | setID (const string &id) |
void | init (const string &filename, const Bool addPID=False, const Bool deleteFile=True) |
string | get (const string &name) |
string | get (const string &name, Int &val) |
string | get (const string &name, Float &val) |
string | get (const string &name, Double &val) |
void | put (const string &name, const string &val) |
void | put (const string &name, const Int &val) |
void | put (const string &name, const Float &val) |
void | put (const string &name, const Double &val) |
Private Member Functions |
void | setPID () |
Private Attributes |
Casarc * | rc_p |
CasarcCleanup | rcCleanup |
pid_t | myPID_p |
pid_t | myTID_p |
Bool | addPID_p |
Bool | deleteFile_p |
string | fileName_p |
string | id_p |
Detailed Description
Definition at line 39 of file AppRC.h.
Constructor & Destructor Documentation
casa::AppRC::AppRC |
( |
|
) |
[inline] |
casa::AppRC::AppRC |
( |
const string & |
filename, |
|
|
const Bool |
addPID = False , |
|
|
const Bool |
deleteFile = True | |
|
) |
| | [inline] |
Member Function Documentation
string casa::AppRC::get |
( |
const string & |
name, |
|
|
Double & |
val | |
|
) |
| | |
string casa::AppRC::get |
( |
const string & |
name, |
|
|
Float & |
val | |
|
) |
| | |
string casa::AppRC::get |
( |
const string & |
name, |
|
|
Int & |
val | |
|
) |
| | |
string casa::AppRC::get |
( |
const string & |
name |
) |
|
void casa::AppRC::init |
( |
const string & |
filename, |
|
|
const Bool |
addPID = False , |
|
|
const Bool |
deleteFile = True | |
|
) |
| | |
void casa::AppRC::put |
( |
const string & |
name, |
|
|
const Double & |
val | |
|
) |
| | |
void casa::AppRC::put |
( |
const string & |
name, |
|
|
const Float & |
val | |
|
) |
| | |
void casa::AppRC::put |
( |
const string & |
name, |
|
|
const Int & |
val | |
|
) |
| | |
void casa::AppRC::put |
( |
const string & |
name, |
|
|
const string & |
val | |
|
) |
| | |
void casa::AppRC::setID |
( |
const string & |
id |
) |
[inline] |
void casa::AppRC::setPID |
( |
|
) |
[inline, private] |
Member Data Documentation
The documentation for this class was generated from the following file: