HROOT-graf-0.10.0.3: Haskell binding to ROOT Graf modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Graf.TLine.Cast

Orphan instances

Castable TLine (Ptr RawTLine) Source # 
Instance details

Methods

cast :: TLine -> (Ptr RawTLine -> IO r) -> IO r #

uncast :: Ptr RawTLine -> (TLine -> IO r) -> IO r #

(ITLine a, FPtr a) => Castable a (Ptr RawTLine) Source # 
Instance details

Methods

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

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