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

HROOT.Core.TAttPad.Cast

Orphan instances

Castable TAttPad (Ptr RawTAttPad) Source # 
Instance details

Methods

cast :: TAttPad -> (Ptr RawTAttPad -> IO r) -> IO r #

uncast :: Ptr RawTAttPad -> (TAttPad -> IO r) -> IO r #

(ITAttPad a, FPtr a) => Castable a (Ptr RawTAttPad) Source # 
Instance details

Methods

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

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