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

HROOT.Core.TArrayL64.Interface

Documentation

class ITArray a => ITArrayL64 a Source #

Instances

Instances details
ITArrayL64 TArrayL64 Source # 
Instance details

Defined in HROOT.Core.TArrayL64.Implementation

upcastTArrayL64 :: forall a. (FPtr a, ITArrayL64 a) => a -> TArrayL64 Source #

downcastTArrayL64 :: forall a. (FPtr a, ITArrayL64 a) => TArrayL64 -> a Source #