class Crul::Safe::Easy::Unfree

Overview

Represents a C pointer to memory that is not automatically got free.

This class was automatically defined by the Safec library.

Defined in:

lib/safe/easy.cr

Instance Method Summary

Instance Method Detail

def null? #

Tests if this pointer is null.


[View source]
def p : Pointer(Void) #

Returns this C pointer.


[View source]
def to_unsafe : Pointer(Void) #

Returns this C pointer.


[View source]