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

HROOT.Core.TApplication.Cast

Orphan instances

Castable TApplication (Ptr RawTApplication) Source # 
Instance details

Methods

cast :: TApplication -> (Ptr RawTApplication -> IO r) -> IO r #

uncast :: Ptr RawTApplication -> (TApplication -> IO r) -> IO r #

(ITApplication a, FPtr a) => Castable a (Ptr RawTApplication) Source # 
Instance details

Methods

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

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