TEnv
class description - source file - inheritance tree
private:
const char* Getvalue(const char* name) const
public:
TEnv(const TEnv&)
TEnv(const char* name)
virtual ~TEnv()
static TClass* Class()
Bool_t Defined(const char* name)
TOrdCollection* GetTable() const
virtual const char* GetValue(const char* name, const char* dflt) const
virtual Double_t GetValue(const char* name, Double_t dflt)
virtual Int_t GetValue(const char* name, Int_t dflt)
virtual TClass* IsA() const
virtual TEnvRec* Lookup(const char* n)
virtual void Print(Option_t* option) const
virtual void PrintEnv(EEnvLevel level = kEnvAll) const
virtual void ReadFile(const char* fname, EEnvLevel level)
virtual void Save()
virtual void SaveLevel(EEnvLevel level)
virtual void SetValue(const char* name, EEnvLevel level = kEnvChange)
virtual void SetValue(const char* name, Double_t value)
virtual void SetValue(const char* name, const char* value, EEnvLevel level = kEnvChange, const char* type = "0")
virtual void SetValue(const char* name, Int_t value)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TOrdCollection* fTable
TString fRcName
Last update: Fri May 14 13:32:37 2004
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.