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

HROOT.Core.TDirectory.Interface

Documentation

class ITNamed a => ITDirectory a where Source #

Methods

append :: (ITObject c0, FPtr c0) => a -> c0 -> CBool -> IO () Source #

addD :: (ITObject c0, FPtr c0) => a -> c0 -> CBool -> IO () Source #

appendKey :: (ITKey c0, FPtr c0) => a -> c0 -> IO CInt Source #

close :: Castable c0 CString => a -> c0 -> IO () Source #

get :: Castable c0 CString => a -> c0 -> IO TObject Source #

cd_TDirectory :: Castable c0 CString => a -> c0 -> IO CBool Source #

Instances

Instances details
ITDirectory TDirectory Source # 
Instance details

Defined in HROOT.Core.TDirectory.Implementation

Methods

append :: (ITObject c0, FPtr c0) => TDirectory -> c0 -> CBool -> IO () Source #

addD :: (ITObject c0, FPtr c0) => TDirectory -> c0 -> CBool -> IO () Source #

appendKey :: (ITKey c0, FPtr c0) => TDirectory -> c0 -> IO CInt Source #

close :: Castable c0 CString => TDirectory -> c0 -> IO () Source #

get :: Castable c0 CString => TDirectory -> c0 -> IO TObject Source #

cd_TDirectory :: Castable c0 CString => TDirectory -> c0 -> IO CBool Source #

ITDirectory TROOT Source # 
Instance details

Defined in HROOT.Core.TROOT.Implementation

Methods

append :: (ITObject c0, FPtr c0) => TROOT -> c0 -> CBool -> IO () Source #

addD :: (ITObject c0, FPtr c0) => TROOT -> c0 -> CBool -> IO () Source #

appendKey :: (ITKey c0, FPtr c0) => TROOT -> c0 -> IO CInt Source #

close :: Castable c0 CString => TROOT -> c0 -> IO () Source #

get :: Castable c0 CString => TROOT -> c0 -> IO TObject Source #

cd_TDirectory :: Castable c0 CString => TROOT -> c0 -> IO CBool Source #

upcastTDirectory :: forall a. (FPtr a, ITDirectory a) => a -> TDirectory Source #