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

HROOT.Core.TKey.Interface

Documentation

class ITNamed a => ITKey a Source #

Instances

Instances details
ITKey TKey Source # 
Instance details

Defined in HROOT.Core.TKey.Implementation

upcastTKey :: forall a. (FPtr a, ITKey a) => a -> TKey Source #

downcastTKey :: forall a. (FPtr a, ITKey a) => TKey -> a Source #