module Safec::Macros::SafeCStructMacroExample::AsFree
Overview
Defines the abstract methods for the Free
class.
This module was automatically defined by the Safec library.
Direct including types
Defined in:
doc/macros.crInstance Method Summary
-
#free(p : Pointer(Safec::Macros::SafeCStructMacroExample::C::Struct))
Deallocates the memory pointed by the p pointer.
Instance Method Detail
abstract
def free(p : Pointer(Safec::Macros::SafeCStructMacroExample::C::Struct))
#
Deallocates the memory pointed by the p pointer.