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

OGDF.GraphAttributes.Cast

Orphan instances

Castable GraphAttributes (Ptr RawGraphAttributes) Source # 
Instance details

(IGraphAttributes a, FPtr a) => Castable a (Ptr RawGraphAttributes) Source # 
Instance details

Methods

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

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