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

HROOT.Core.TAttFill.RawType

Documentation

data RawTAttFill Source #

Instances

Instances details
Castable TAttFill (Ptr RawTAttFill) Source # 
Instance details

Defined in HROOT.Core.TAttFill.Cast

Methods

cast :: TAttFill -> (Ptr RawTAttFill -> IO r) -> IO r #

uncast :: Ptr RawTAttFill -> (TAttFill -> IO r) -> IO r #

(ITAttFill a, FPtr a) => Castable a (Ptr RawTAttFill) Source # 
Instance details

Defined in HROOT.Core.TAttFill.Cast

Methods

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

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

newtype TAttFill Source #

Constructors

TAttFill (Ptr RawTAttFill) 

Instances

Instances details
ITAttFill TAttFill Source # 
Instance details

Defined in HROOT.Core.TAttFill.Implementation

Show TAttFill Source # 
Instance details

Defined in HROOT.Core.TAttFill.RawType

FPtr TAttFill Source # 
Instance details

Defined in HROOT.Core.TAttFill.RawType

Associated Types

type Raw TAttFill #

Eq TAttFill Source # 
Instance details

Defined in HROOT.Core.TAttFill.RawType

Ord TAttFill Source # 
Instance details

Defined in HROOT.Core.TAttFill.RawType

IDeletable TAttFill Source # 
Instance details

Defined in HROOT.Core.TAttFill.Implementation

Methods

delete :: TAttFill -> IO () #

Castable TAttFill (Ptr RawTAttFill) Source # 
Instance details

Defined in HROOT.Core.TAttFill.Cast

Methods

cast :: TAttFill -> (Ptr RawTAttFill -> IO r) -> IO r #

uncast :: Ptr RawTAttFill -> (TAttFill -> IO r) -> IO r #

type Raw TAttFill Source # 
Instance details

Defined in HROOT.Core.TAttFill.RawType