GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
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 29 of file TGo4ServerProxy.cxx.
|
inline |
Definition at line 33 of file TGo4ServerProxy.cxx.
References SetPar().
|
inline |
Definition at line 45 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 174 of file TGo4ServerProxy.cxx.
References GetPar(), ReplaceEnvPars(), and ReplacePars().
Referenced by TGo4ServerProxy::GetLaunchString().
|
inline |
Definition at line 114 of file TGo4ServerProxy.cxx.
|
inline |
|
inline |
Return true if more than two parameter exists, hostname and os is default
Definition at line 105 of file TGo4ServerProxy.cxx.
Referenced by TGo4ServerProxy::GetLaunchString().
|
inline |
Definition at line 151 of file TGo4ServerProxy.cxx.
References TGo4Log::Debug().
Referenced by GetOpt().
|
inline |
Definition at line 126 of file TGo4ServerProxy.cxx.
Referenced by GetOpt().
|
inline |
Definition at line 107 of file TGo4ServerProxy.cxx.
Referenced by AddFile(), TGo4ServerProxy::GetLaunchString(), and TGo4Prefs().
|
protected |
Definition at line 31 of file TGo4ServerProxy.cxx.