module Safec::Macros::SafeCPointerMacroExample::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.cr

Instance Method Summary

Instance Method Detail

abstract def free(p : Pointer(Void)) #

Deallocates the memory pointed by the p pointer.


[View source]