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

HROOT.Core.TAttText.RawType

Documentation

data RawTAttText Source #

Instances

Instances details
Castable TAttText (Ptr RawTAttText) Source # 
Instance details

Defined in HROOT.Core.TAttText.Cast

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

Defined in HROOT.Core.TAttText.Cast

Methods

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

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

newtype TAttText Source #

Constructors

TAttText (Ptr RawTAttText) 

Instances

Instances details
ITAttText TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.Implementation

Show TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType

FPtr TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType

Associated Types

type Raw TAttText #

Eq TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType

Ord TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType

IDeletable TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.Implementation

Methods

delete :: TAttText -> IO () #

Castable TAttText (Ptr RawTAttText) Source # 
Instance details

Defined in HROOT.Core.TAttText.Cast

Methods

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

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

type Raw TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType