LibClang-0.1.0: Haskell bindings for libclang (a C++ parsing library)

Safe HaskellSafe-Inferred

Clang.Alloc

Documentation

class Alloc a whereSource

Methods

alloc :: IO (Ptr a)Source

allocSet :: a -> IO (Ptr a)Source

dealloc :: Ptr a -> IO ()Source

Instances

Storable a => Alloc a