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

HROOT.Core.TDatime.Interface

Documentation

class IDeletable a => ITDatime a where Source #

Methods

convert :: a -> CBool -> IO CUInt Source #

setTDatime :: a -> CUInt -> IO () Source #

Instances

Instances details
ITDatime TDatime Source # 
Instance details

Defined in HROOT.Core.TDatime.Implementation

upcastTDatime :: forall a. (FPtr a, ITDatime a) => a -> TDatime Source #

downcastTDatime :: forall a. (FPtr a, ITDatime a) => TDatime -> a Source #