Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
HROOT.Hist.TMultiGraph
Documentation
newtype TMultiGraph Source #
Constructors
TMultiGraph (Ptr RawTMultiGraph) |
Instances
class ITNamed a => ITMultiGraph a where Source #
Instances
upcastTMultiGraph :: forall a. (FPtr a, ITMultiGraph a) => a -> TMultiGraph Source #
downcastTMultiGraph :: forall a. (FPtr a, ITMultiGraph a) => TMultiGraph -> a Source #
newTMultiGraph :: (Castable c1 CString, Castable c0 CString) => c0 -> c1 -> IO TMultiGraph Source #