class Safec::Macros::SafeCPointerMacroExample::Unfree
- Safec::Macros::SafeCPointerMacroExample::Unfree
- Reference
- Object
Overview
Represents a C pointer to memory that is not automatically got free.
This class was automatically defined by the Safec library.
Defined in:
doc/macros.crInstance Method Summary
-
#null?
Tests if this pointer is null.
-
#p : Pointer(Void)
Returns this C pointer.
-
#to_unsafe : Pointer(Void)
Returns this C pointer.