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

HROOT.Core.TKey.Cast

Orphan instances

Castable TKey (Ptr RawTKey) Source # 
Instance details

Methods

cast :: TKey -> (Ptr RawTKey -> IO r) -> IO r #

uncast :: Ptr RawTKey -> (TKey -> IO r) -> IO r #

(ITKey a, FPtr a) => Castable a (Ptr RawTKey) Source # 
Instance details

Methods

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

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