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

HROOT.Core.TSystem.Implementation

Orphan instances

ITNamed TSystem Source # 
Instance details

Methods

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

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

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

ITObject TSystem Source # 
Instance details

ITSystem TSystem Source # 
Instance details

IDeletable TSystem Source # 
Instance details

Methods

delete :: TSystem -> IO () #