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

HROOT.Graf.TBox.Cast

Orphan instances

Castable TBox (Ptr RawTBox) Source # 
Instance details

Methods

cast :: TBox -> (Ptr RawTBox -> IO r) -> IO r #

uncast :: Ptr RawTBox -> (TBox -> IO r) -> IO r #

(ITBox a, FPtr a) => Castable a (Ptr RawTBox) Source # 
Instance details

Methods

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

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