Beaver.Native.OpaquePtr (beaver v0.4.2)

This module defines functions working with opaque pointer, usually a void* in C.

Summary

Functions

read the N bytes starting from the pointer and returns an Erlang binary

read the N bytes starting from the pointer and return a resource

Types

t()

@type t() :: %Beaver.Native.OpaquePtr{ref: term()}

Functions

deallocate(opaque_ptr)

make(value)

null()

to_binary(opaque_ptr, len)

read the N bytes starting from the pointer and returns an Erlang binary

to_resource(mod, opaque_ptr, offset \\ 0)

read the N bytes starting from the pointer and return a resource