module HROOT.Class.TBox
  (
    TBox(..)
  , ITBox
  , upcastTBox
  , newTBox 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TBox.RawType
import HROOT.Class.TBox.Interface
import HROOT.Class.TBox.Implementation