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

HROOT.Core.TDirectory.Implementation

Documentation

Orphan instances

ITDirectory TDirectory Source # 
Instance details

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 #

ITNamed TDirectory Source # 
Instance details

Methods

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

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TDirectory -> c0 -> c1 -> IO () Source #

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

ITObject TDirectory Source # 
Instance details

IDeletable TDirectory Source # 
Instance details

Methods

delete :: TDirectory -> IO () #