module HROOT.Class.TList
  (
    TList(..)
  , ITList
  , upcastTList 
  ) where

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