module HROOT.Core.TObject
       (TObject(..), ITObject(..), upcastTObject, downcastTObject,
        newTObject, tObject_GetObjectStat)
       where
import HROOT.Core.TObject.RawType
import HROOT.Core.TObject.Interface
import HROOT.Core.TObject.Implementation