GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
Public Member Functions | |
TGo4Prefs (const char *hostname) | |
void | AddFile (const char *fname, bool errorout=false) |
bool | IsOk () const |
void | SetPar (const char *name, const char *value, bool force=true) |
const char * | GetPar (const char *name) |
bool | HasPar (const char *name) |
void | ReplacePars (std::string &str) |
void | ReplaceEnvPars (std::string &str) |
std::string | GetOpt (const char *prefix) |
Protected Attributes | |
std::map< std::string, std::string > | fPars |
Definition at line 30 of file TGo4ServerProxy.cxx.
|
inline |
Definition at line 34 of file TGo4ServerProxy.cxx.
References SetPar().
|
inline |
Definition at line 44 of file TGo4ServerProxy.cxx.
References TGo4Log::Debug(), GetPar(), HasPar(), and SetPar().
Referenced by TGo4ServerProxy::GetLaunchString().
|
inline |
return option value with parameters replaced
Definition at line 173 of file TGo4ServerProxy.cxx.
References GetPar(), ReplaceEnvPars(), and ReplacePars().
Referenced by TGo4ServerProxy::GetLaunchString().
|
inline |
Definition at line 113 of file TGo4ServerProxy.cxx.
|
inline |
|
inline |
Return true if more than two parameter exists, hostname and os is default
Definition at line 104 of file TGo4ServerProxy.cxx.
Referenced by TGo4ServerProxy::GetLaunchString().
|
inline |
Definition at line 150 of file TGo4ServerProxy.cxx.
References TGo4Log::Debug().
Referenced by GetOpt().
|
inline |
Definition at line 125 of file TGo4ServerProxy.cxx.
Referenced by GetOpt().
|
inline |
Definition at line 106 of file TGo4ServerProxy.cxx.
Referenced by AddFile(), TGo4ServerProxy::GetLaunchString(), and TGo4Prefs().
|
protected |
Definition at line 32 of file TGo4ServerProxy.cxx.