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

HROOT.IO.TFile

Documentation

newtype TFile Source #

Constructors

TFile (Ptr RawTFile) 

Instances

Instances details
ITDirectory TFile 
Instance details

Defined in HROOT.IO.TFile.Implementation

Methods

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

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

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

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

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

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

ITNamed TFile 
Instance details

Defined in HROOT.IO.TFile.Implementation

Methods

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

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

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

ITObject TFile 
Instance details

Defined in HROOT.IO.TFile.Implementation

Methods

clear :: Castable c0 CString => TFile -> c0 -> IO ()

draw :: Castable c0 CString => TFile -> c0 -> IO ()

findObject :: Castable c0 CString => TFile -> c0 -> IO TObject

getName :: TFile -> IO CString

isA :: TFile -> IO TClass

paint :: Castable c0 CString => TFile -> c0 -> IO ()

printObj :: Castable c0 CString => TFile -> c0 -> IO ()

saveAs :: (Castable c1 CString, Castable c0 CString) => TFile -> c0 -> c1 -> IO ()

write :: Castable c0 CString => TFile -> c0 -> CInt -> CInt -> IO CInt

write_ :: TFile -> IO CInt

ITDirectoryFile TFile Source # 
Instance details

Defined in HROOT.IO.TFile.Implementation

ITFile TFile Source # 
Instance details

Defined in HROOT.IO.TFile.Implementation

Show TFile Source # 
Instance details

Defined in HROOT.IO.TFile.RawType

Methods

showsPrec :: Int -> TFile -> ShowS #

show :: TFile -> String #

showList :: [TFile] -> ShowS #

FPtr TFile Source # 
Instance details

Defined in HROOT.IO.TFile.RawType

Associated Types

type Raw TFile #

Eq TFile Source # 
Instance details

Defined in HROOT.IO.TFile.RawType

Methods

(==) :: TFile -> TFile -> Bool #

(/=) :: TFile -> TFile -> Bool #

Ord TFile Source # 
Instance details

Defined in HROOT.IO.TFile.RawType

Methods

compare :: TFile -> TFile -> Ordering #

(<) :: TFile -> TFile -> Bool #

(<=) :: TFile -> TFile -> Bool #

(>) :: TFile -> TFile -> Bool #

(>=) :: TFile -> TFile -> Bool #

max :: TFile -> TFile -> TFile #

min :: TFile -> TFile -> TFile #

IDeletable TFile Source # 
Instance details

Defined in HROOT.IO.TFile.Implementation

Methods

delete :: TFile -> IO () #

Castable TFile (Ptr RawTFile) Source # 
Instance details

Defined in HROOT.IO.TFile.Cast

Methods

cast :: TFile -> (Ptr RawTFile -> IO r) -> IO r #

uncast :: Ptr RawTFile -> (TFile -> IO r) -> IO r #

type Raw TFile Source # 
Instance details

Defined in HROOT.IO.TFile.RawType

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 #

newTFile :: (Castable c2 CString, Castable c1 CString, Castable c0 CString) => c0 -> c1 -> c2 -> CInt -> IO TFile Source #