#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);
   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 Jun 25 08:46:02 2008
Last generated: 2008-06-25 08:46
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.