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

HROOT.Core.TCollection.Cast

Orphan instances

Castable TCollection (Ptr RawTCollection) Source # 
Instance details

Methods

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

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

(ITCollection a, FPtr a) => Castable a (Ptr RawTCollection) Source # 
Instance details

Methods

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

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