casa
$Rev:20696$
|
#include <AppRC.h>
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 |
casa::AppRC::AppRC | ( | ) | [inline] |
casa::AppRC::AppRC | ( | const string & | filename, |
const Bool | addPID = False , |
||
const Bool | deleteFile = True |
||
) | [inline] |
string casa::AppRC::get | ( | const string & | name | ) |
string casa::AppRC::get | ( | const string & | name, |
Int & | val | ||
) |
string casa::AppRC::get | ( | const string & | name, |
Float & | val | ||
) |
string casa::AppRC::get | ( | const string & | name, |
Double & | val | ||
) |
void casa::AppRC::init | ( | const string & | filename, |
const Bool | addPID = False , |
||
const Bool | deleteFile = True |
||
) |
void casa::AppRC::put | ( | const string & | name, |
const string & | val | ||
) |
void casa::AppRC::put | ( | const string & | name, |
const Int & | val | ||
) |
void casa::AppRC::put | ( | const string & | name, |
const Float & | val | ||
) |
void casa::AppRC::put | ( | const string & | name, |
const Double & | val | ||
) |
void casa::AppRC::setID | ( | const string & | id | ) | [inline] |
void casa::AppRC::setPID | ( | ) | [inline, private] |
Bool casa::AppRC::addPID_p [private] |
Bool casa::AppRC::deleteFile_p [private] |
string casa::AppRC::fileName_p [private] |
string casa::AppRC::id_p [private] |
pid_t casa::AppRC::myPID_p [private] |
pid_t casa::AppRC::myTID_p [private] |
Casarc* casa::AppRC::rc_p [private] |
CasarcCleanup casa::AppRC::rcCleanup [private] |