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

HROOT.Core.TDirectory

Documentation

newtype TDirectory Source #

Constructors

TDirectory (Ptr RawTDirectory) 

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 #

ITNamed TDirectory Source # 
Instance details

Defined in HROOT.Core.TDirectory.Implementation

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

Defined in HROOT.Core.TDirectory.Implementation

Show TDirectory Source # 
Instance details

Defined in HROOT.Core.TDirectory.RawType

FPtr TDirectory Source # 
Instance details

Defined in HROOT.Core.TDirectory.RawType

Associated Types

type Raw TDirectory #

Eq TDirectory Source # 
Instance details

Defined in HROOT.Core.TDirectory.RawType

Ord TDirectory Source # 
Instance details

Defined in HROOT.Core.TDirectory.RawType

IDeletable TDirectory Source # 
Instance details

Defined in HROOT.Core.TDirectory.Implementation

Methods

delete :: TDirectory -> IO () #

Castable TDirectory (Ptr RawTDirectory) Source # 
Instance details

Defined in HROOT.Core.TDirectory.Cast

Methods

cast :: TDirectory -> (Ptr RawTDirectory -> IO r) -> IO r #

uncast :: Ptr RawTDirectory -> (TDirectory -> IO r) -> IO r #

type Raw TDirectory Source # 
Instance details

Defined in HROOT.Core.TDirectory.RawType

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 #