module HROOT.Core.TObject
  (
    TObject(..)
  , ITObject(..)
  , upcastTObject
  , downcastTObject
  , newTObject
  , tObjectGetObjectStat 
  ) where

import HROOT.Core.TObject.RawType
import HROOT.Core.TObject.Interface
import HROOT.Core.TObject.Implementation