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

HROOT.IO.TDirectoryFile.Implementation

Orphan instances

ITDirectory TDirectoryFile Source # 
Instance details

Methods

append :: (ITObject c0, FPtr c0) => TDirectoryFile -> c0 -> CBool -> IO ()

addD :: (ITObject c0, FPtr c0) => TDirectoryFile -> c0 -> CBool -> IO ()

appendKey :: (ITKey c0, FPtr c0) => TDirectoryFile -> c0 -> IO CInt

close :: Castable c0 CString => TDirectoryFile -> c0 -> IO ()

get :: Castable c0 CString => TDirectoryFile -> c0 -> IO TObject

cd_TDirectory :: Castable c0 CString => TDirectoryFile -> c0 -> IO CBool

ITNamed TDirectoryFile Source # 
Instance details

Methods

setName :: Castable c0 CString => TDirectoryFile -> c0 -> IO ()

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TDirectoryFile -> c0 -> c1 -> IO ()

setTitle :: Castable c0 CString => TDirectoryFile -> c0 -> IO ()

ITObject TDirectoryFile Source # 
Instance details

ITDirectoryFile TDirectoryFile Source # 
Instance details

IDeletable TDirectoryFile Source # 
Instance details

Methods

delete :: TDirectoryFile -> IO () #