#ifndef ROOT_TGlobal
#define ROOT_TGlobal
#ifndef ROOT_TDictionary
#include "TDictionary.h"
#endif
namespace Cint {
class G__DataMemberInfo;
}
using namespace Cint;
class TGlobal : public TDictionary {
private:
   G__DataMemberInfo  *fInfo;      
public:
   TGlobal(G__DataMemberInfo *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
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.