OGDF-1.0.0.1: Haskell binding to OGDF
Safe HaskellSafe-Inferred
LanguageHaskell2010

OGDF.GraphIO.RawType

Documentation

data RawGraphIO Source #

Instances

Instances details
Castable GraphIO (Ptr RawGraphIO) Source # 
Instance details

Defined in OGDF.GraphIO.Cast

Methods

cast :: GraphIO -> (Ptr RawGraphIO -> IO r) -> IO r #

uncast :: Ptr RawGraphIO -> (GraphIO -> IO r) -> IO r #

(IGraphIO a, FPtr a) => Castable a (Ptr RawGraphIO) Source # 
Instance details

Defined in OGDF.GraphIO.Cast

Methods

cast :: a -> (Ptr RawGraphIO -> IO r) -> IO r #

uncast :: Ptr RawGraphIO -> (a -> IO r) -> IO r #

newtype GraphIO Source #

Constructors

GraphIO (Ptr RawGraphIO) 

Instances

Instances details
IGraphIO GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.Implementation

Show GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType

FPtr GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType

Associated Types

type Raw GraphIO #

Eq GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType

Methods

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

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

Ord GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType

IDeletable GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.Implementation

Methods

delete :: GraphIO -> IO () #

Castable GraphIO (Ptr RawGraphIO) Source # 
Instance details

Defined in OGDF.GraphIO.Cast

Methods

cast :: GraphIO -> (Ptr RawGraphIO -> IO r) -> IO r #

uncast :: Ptr RawGraphIO -> (GraphIO -> IO r) -> IO r #

type Raw GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType