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

HROOT.Core.TAttBBox.Cast

Orphan instances

Castable TAttBBox (Ptr RawTAttBBox) Source # 
Instance details

Methods

cast :: TAttBBox -> (Ptr RawTAttBBox -> IO r) -> IO r #

uncast :: Ptr RawTAttBBox -> (TAttBBox -> IO r) -> IO r #

(ITAttBBox a, FPtr a) => Castable a (Ptr RawTAttBBox) Source # 
Instance details

Methods

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

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