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

HROOT.Core.TMutex.Interface

Documentation

class ITVirtualMutex a => ITMutex a Source #

Instances

Instances details
ITMutex TMutex Source # 
Instance details

Defined in HROOT.Core.TMutex.Implementation

upcastTMutex :: forall a. (FPtr a, ITMutex a) => a -> TMutex Source #

downcastTMutex :: forall a. (FPtr a, ITMutex a) => TMutex -> a Source #