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

HROOT.Core.TObjArray.Interface

Documentation

class ITSeqCollection a => ITObjArray a Source #

Instances

Instances details
ITObjArray TObjArray Source # 
Instance details

Defined in HROOT.Core.TObjArray.Implementation

upcastTObjArray :: forall a. (FPtr a, ITObjArray a) => a -> TObjArray Source #

downcastTObjArray :: forall a. (FPtr a, ITObjArray a) => TObjArray -> a Source #