hgdal-1.0.0.1: Haskell binding to the GDAL library
Safe HaskellSafe-Inferred
LanguageHaskell2010

GDAL.OGRLayer.Cast

Orphan instances

Castable OGRLayer (Ptr RawOGRLayer) Source # 
Instance details

Methods

cast :: OGRLayer -> (Ptr RawOGRLayer -> IO r) -> IO r #

uncast :: Ptr RawOGRLayer -> (OGRLayer -> IO r) -> IO r #

(IOGRLayer a, FPtr a) => Castable a (Ptr RawOGRLayer) Source # 
Instance details

Methods

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

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