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

HROOT.Core.TSystem.Interface

Documentation

class ITNamed a => ITSystem a where Source #

Methods

processEvents :: a -> IO CBool Source #

Instances

Instances details
ITSystem TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.Implementation

upcastTSystem :: forall a. (FPtr a, ITSystem a) => a -> TSystem Source #

downcastTSystem :: forall a. (FPtr a, ITSystem a) => TSystem -> a Source #