theConfig 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib
c - tcl - atl - cs - py - rb - jv - cc
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 665 of file LibLcConfig_tcl.c.

665 {
669 LcCleanupTmpl ();
671 goto end;
672 error:
674 end:
676}
#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 679 of file LibLcConfig_tcl.c.

679 {
683 LcSetupTmpl ();
685 goto end;
686 error:
688 end:
690}
#define LcSetupTmpl()
#define Setup_doc