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

HROOT.Graf.TShape.Cast

Orphan instances

Castable TShape (Ptr RawTShape) Source # 
Instance details

Methods

cast :: TShape -> (Ptr RawTShape -> IO r) -> IO r #

uncast :: Ptr RawTShape -> (TShape -> IO r) -> IO r #

(ITShape a, FPtr a) => Castable a (Ptr RawTShape) Source # 
Instance details

Methods

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

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