Document of c-modernization-kit (funcman) 1.0.0
Loading...
Searching...
No Matches
funcman_dispose.c File Reference

funcman_object ポインタ配列を解放します。 More...

#include <funcman.h>
Include dependency graph for funcman_dispose.c:

Go to the source code of this file.

Functions

void funcman_dispose (funcman_object *const *fobj_array, const size_t fobj_length)
 funcman_object ポインタ配列を解放します。

Detailed Description

funcman_object ポインタ配列を解放します。

Author
c-modenization-kit sample team
Date
2026/02/23
Version
1.0.0

Definition in file funcman_dispose.c.

Function Documentation

◆ funcman_dispose()

void funcman_dispose ( funcman_object *const * fobj_array,
const size_t fobj_length )

funcman_object ポインタ配列を解放します。

必ず、destructor / DllMain コンテキストから呼ぶようにしてください。

Parameters
[in]fobj_arrayfuncman_object ポインタ配列。
[in]fobj_length配列の要素数。

Definition at line 17 of file funcman_dispose.c.

References funcman_object::func_ptr, and funcman_object::handle.