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

HROOT.Core.TArrayF.Interface

Documentation

class ITArray a => ITArrayF a Source #

Instances

Instances details
ITArrayF TArrayF Source # 
Instance details

Defined in HROOT.Core.TArrayF.Implementation

upcastTArrayF :: forall a. (FPtr a, ITArrayF a) => a -> TArrayF Source #

downcastTArrayF :: forall a. (FPtr a, ITArrayF a) => TArrayF -> a Source #