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

HROOT.Core.TAttLine.RawType

Documentation

data RawTAttLine Source #

Instances

Instances details
Castable TAttLine (Ptr RawTAttLine) Source # 
Instance details

Defined in HROOT.Core.TAttLine.Cast

Methods

cast :: TAttLine -> (Ptr RawTAttLine -> IO r) -> IO r #

uncast :: Ptr RawTAttLine -> (TAttLine -> IO r) -> IO r #

(ITAttLine a, FPtr a) => Castable a (Ptr RawTAttLine) Source # 
Instance details

Defined in HROOT.Core.TAttLine.Cast

Methods

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

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

newtype TAttLine Source #

Constructors

TAttLine (Ptr RawTAttLine) 

Instances

Instances details
ITAttLine TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.Implementation

Show TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType

FPtr TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType

Associated Types

type Raw TAttLine #

Eq TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType

Ord TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType

IDeletable TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.Implementation

Methods

delete :: TAttLine -> IO () #

Castable TAttLine (Ptr RawTAttLine) Source # 
Instance details

Defined in HROOT.Core.TAttLine.Cast

Methods

cast :: TAttLine -> (Ptr RawTAttLine -> IO r) -> IO r #

uncast :: Ptr RawTAttLine -> (TAttLine -> IO r) -> IO r #

type Raw TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType