#ifndef ROOT_TGlobal
#define ROOT_TGlobal
#ifndef ROOT_TDictionary
#include "TDictionary.h"
#endif
class TGlobal : public TDictionary {
private:
DataMemberInfo_t *fInfo;
public:
TGlobal(DataMemberInfo_t *info = 0);
TGlobal (const TGlobal &);
TGlobal &operator=(const TGlobal &);
virtual ~TGlobal();
Int_t GetArrayDim() const;
Int_t GetMaxIndex(Int_t dim) const;
void *GetAddress() const;
const char *GetTypeName() const;
const char *GetFullTypeName() const;
Long_t Property() const;
ClassDef(TGlobal,0)
};
#endif
Last change: Wed Dec 3 08:49:21 2008
Last generated: 2008-12-03 08:49
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.