module HROOT.Core.TAttMarker
  (
    TAttMarker(..)
  , ITAttMarker(..)
  , upcastTAttMarker
  , downcastTAttMarker
  , newTAttMarker
 
  ) where

import HROOT.Core.TAttMarker.RawType
import HROOT.Core.TAttMarker.Interface
import HROOT.Core.TAttMarker.Implementation