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

HROOT.Core.TStyle.Cast

Orphan instances

Castable TStyle (Ptr RawTStyle) Source # 
Instance details

Methods

cast :: TStyle -> (Ptr RawTStyle -> IO r) -> IO r #

uncast :: Ptr RawTStyle -> (TStyle -> IO r) -> IO r #

(ITStyle a, FPtr a) => Castable a (Ptr RawTStyle) Source # 
Instance details

Methods

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

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