HROOT-core-0.10.0.3: Haskell binding to ROOT Core modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Core.TCollection

Documentation

newtype TCollection Source #

Instances

Instances details
ITCollection TCollection Source # 
Instance details

Defined in HROOT.Core.TCollection.Implementation

ITObject TCollection Source # 
Instance details

Defined in HROOT.Core.TCollection.Implementation

Show TCollection Source # 
Instance details

Defined in HROOT.Core.TCollection.RawType

FPtr TCollection Source # 
Instance details

Defined in HROOT.Core.TCollection.RawType

Associated Types

type Raw TCollection #

Eq TCollection Source # 
Instance details

Defined in HROOT.Core.TCollection.RawType

Ord TCollection Source # 
Instance details

Defined in HROOT.Core.TCollection.RawType

IDeletable TCollection Source # 
Instance details

Defined in HROOT.Core.TCollection.Implementation

Methods

delete :: TCollection -> IO () #

Castable TCollection (Ptr RawTCollection) Source # 
Instance details

Defined in HROOT.Core.TCollection.Cast

Methods

cast :: TCollection -> (Ptr RawTCollection -> IO r) -> IO r #

uncast :: Ptr RawTCollection -> (TCollection -> IO r) -> IO r #

type Raw TCollection Source # 
Instance details

Defined in HROOT.Core.TCollection.RawType