class Crul::Safe::Easy::Free
- Crul::Safe::Easy::Free
- Reference
- Object
Overview
Represents a C pointer to memory that is got free on GC finalize.
This class was automatically defined by the Safec library.
Included Modules
Defined in:
lib/safe/easy.cr:5lib/safe/easy.cr:7
Instance Method Summary
- #free(p)
-
#null?
Tests if this pointer is null.
-
#p : Pointer(Void)
Returns this C pointer.
-
#to_unsafe : Pointer(Void)
Returns this C pointer.