class Safec::Macros::SafeCPointerMacroExample::Free
- Safec::Macros::SafeCPointerMacroExample::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:
doc/macros.cr:7doc/macros.cr:9
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.