HROOT-io-0.10.0.3: Haskell binding to ROOT IO modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.IO.TFile.Cast

Orphan instances

Castable TFile (Ptr RawTFile) Source # 
Instance details

Methods

cast :: TFile -> (Ptr RawTFile -> IO r) -> IO r #

uncast :: Ptr RawTFile -> (TFile -> IO r) -> IO r #

(ITFile a, FPtr a) => Castable a (Ptr RawTFile) Source # 
Instance details

Methods

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

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