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

HROOT.Core.TAttLine.Cast

Orphan instances

Castable TAttLine (Ptr RawTAttLine) Source # 
Instance details

Methods

cast :: TAttLine -> (Ptr RawTAttLine -> IO r) -> IO r #

uncast :: Ptr RawTAttLine -> (TAttLine -> IO r) -> IO r #

(ITAttLine a, FPtr a) => Castable a (Ptr RawTAttLine) Source # 
Instance details

Methods

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

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