theConfig 10.0
Loading...
Searching...
No Matches
LcConfig_Setup_RB_API

LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK)More...

+ Collaboration diagram for LcConfig_Setup_RB_API:

Functions

static OT_ProcRet rblcconfig_LcConfig_Cleanup (OtClass_ARGS)
  Ruby: (static) LcConfig.Cleanup() C-API
cleanup rblcconfig internal memory …
 
static OT_ProcRet rblcconfig_LcConfig_Setup (OtClass_ARGS)
  Ruby: (static) LcConfig.Setup() C-API
setup rblcconfig internal memory …
 

Detailed Description

LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK)

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ rblcconfig_LcConfig_Cleanup()

static OT_ProcRet rblcconfig_LcConfig_Cleanup ( OtClass_ARGS )
static

Ruby: (static) LcConfig.Cleanup() C-API
cleanup rblcconfig internal memory …

Definition at line 329 of file LibLcConfig_rb.c.

329 {
333 LcCleanupTmpl ();
335 end: MK_UNUSED /* LONG JUMP on error */
337}
#define OT_SETUP_hdl_static
#define LcCleanupTmpl()
#define Cleanup_doc
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define MK_UNUSED

◆ rblcconfig_LcConfig_Setup()

static OT_ProcRet rblcconfig_LcConfig_Setup ( OtClass_ARGS )
static

Ruby: (static) LcConfig.Setup() C-API
setup rblcconfig internal memory …

Definition at line 340 of file LibLcConfig_rb.c.

340 {
344 LcSetupTmpl ();
346 end: MK_UNUSED /* LONG JUMP on error */
348}
#define LcSetupTmpl()
#define Setup_doc