module HROOT.Core.TCollection
  (
    TCollection(..)
  , ITCollection
  , upcastTCollection
  , downcastTCollection

 
  ) where

import HROOT.Core.TCollection.RawType
import HROOT.Core.TCollection.Interface
import HROOT.Core.TCollection.Implementation