theConfig 10.0
Loading...
Searching...
No Matches
LcConfig_Setup_TCL_API

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

+ Collaboration diagram for LcConfig_Setup_TCL_API:

Functions

static OT_ProcRet tcllcconfig_LcConfig_Cleanup (OtClass_ARGS)
  Tcl: (static) LcConfig Cleanup C-API
cleanup tcllcconfig internal memory …
 
static OT_ProcRet tcllcconfig_LcConfig_Setup (OtClass_ARGS)
  Tcl: (static) LcConfig Setup C-API
setup tcllcconfig 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

◆ tcllcconfig_LcConfig_Cleanup()

static OT_ProcRet tcllcconfig_LcConfig_Cleanup ( OtClass_ARGS )
static

Tcl: (static) LcConfig Cleanup C-API
cleanup tcllcconfig internal memory …

Definition at line 662 of file LibLcConfig_tcl.c.

662 {
666 LcCleanupTmpl ();
668 goto end;
669 error:
671 end:
673}
#define OT_SETUP_hdl_static
#define LcCleanupTmpl()
#define Cleanup_doc
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS

◆ tcllcconfig_LcConfig_Setup()

static OT_ProcRet tcllcconfig_LcConfig_Setup ( OtClass_ARGS )
static

Tcl: (static) LcConfig Setup C-API
setup tcllcconfig internal memory …

Definition at line 676 of file LibLcConfig_tcl.c.

676 {
680 LcSetupTmpl ();
682 goto end;
683 error:
685 end:
687}
#define LcSetupTmpl()
#define Setup_doc