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

HROOT.Core.TAttText.Cast

Orphan instances

Castable TAttText (Ptr RawTAttText) Source # 
Instance details

Methods

cast :: TAttText -> (Ptr RawTAttText -> IO r) -> IO r #

uncast :: Ptr RawTAttText -> (TAttText -> IO r) -> IO r #

(ITAttText a, FPtr a) => Castable a (Ptr RawTAttText) Source # 
Instance details

Methods

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

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