HROOT-io-0.10.0.3: Haskell binding to ROOT IO modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.IO.TFile.Interface

Documentation

class ITDirectoryFile a => ITFile a Source #

Instances

Instances details
ITFile TFile Source # 
Instance details

Defined in HROOT.IO.TFile.Implementation

ITFile TMemFile Source # 
Instance details

Defined in HROOT.IO.TMemFile.Implementation

upcastTFile :: forall a. (FPtr a, ITFile a) => a -> TFile Source #

downcastTFile :: forall a. (FPtr a, ITFile a) => TFile -> a Source #