theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Setup_libsq3lite_TCL_API

META - Setup und Cleanup the Meta Library tclsq3liteMore...

Functions

static OT_ProcRet tclsq3lite_Sq3Lite_Cleanup (OtClass_ARGS)
  Tcl: (static) Sq3Lite Cleanup C-API
cleanup tclsq3lite internal memory …
 
static OT_ProcRet tclsq3lite_Sq3Lite_Setup (OtClass_ARGS)
  Tcl: (static) Sq3Lite Setup C-API
setup tclsq3lite internal memory …
 

Detailed Description

META - Setup und Cleanup the Meta Library tclsq3lite

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ tclsq3lite_Sq3Lite_Cleanup()

static OT_ProcRet tclsq3lite_Sq3Lite_Cleanup ( OtClass_ARGS )
static

Tcl: (static) Sq3Lite Cleanup C-API
cleanup tclsq3lite internal memory …

Definition at line 5033 of file LibSq3Lite_tcl.c.

5033 {
5037 Sq3CleanupTmpl ();
5039 goto end;
5040 error:
5042 end:
5044}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define Sq3CleanupTmpl()
#define OT_SETUP_hdl_static
#define Cleanup_doc

◆ tclsq3lite_Sq3Lite_Setup()

static OT_ProcRet tclsq3lite_Sq3Lite_Setup ( OtClass_ARGS )
static

Tcl: (static) Sq3Lite Setup C-API
setup tclsq3lite internal memory …

Definition at line 5047 of file LibSq3Lite_tcl.c.

5047 {
5051 Sq3SetupTmpl ();
5053 goto end;
5054 error:
5056 end:
5058}
#define Sq3SetupTmpl()
#define Setup_doc