theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Setup_libsq3lite_ATL_API

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

+ Collaboration diagram for Sq3Lite_Setup_libsq3lite_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3Lite_Cleanup (OtClass_ARGS)
  Atl: (static) Sq3Lite::Cleanup C-API
cleanup atlsq3lite internal memory …
 
static OT_ProcRet atlsq3lite_Sq3Lite_Setup (OtClass_ARGS)
  Atl: (static) Sq3Lite::Setup C-API
setup atlsq3lite internal memory …
 

Detailed Description

META - Setup und Cleanup the Meta Library atlsq3lite

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ atlsq3lite_Sq3Lite_Cleanup()

static OT_ProcRet atlsq3lite_Sq3Lite_Cleanup ( OtClass_ARGS )
static

Atl: (static) Sq3Lite::Cleanup C-API
cleanup atlsq3lite internal memory …

Definition at line 5032 of file LibSq3Lite_atl.c.

5032 {
5036 Sq3CleanupTmpl ();
5038 goto end;
5039 error:
5041 end:
5043}
#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

◆ atlsq3lite_Sq3Lite_Setup()

static OT_ProcRet atlsq3lite_Sq3Lite_Setup ( OtClass_ARGS )
static

Atl: (static) Sq3Lite::Setup C-API
setup atlsq3lite internal memory …

Definition at line 5046 of file LibSq3Lite_atl.c.

5046 {
5050 Sq3SetupTmpl ();
5052 goto end;
5053 error:
5055 end:
5057}
#define Sq3SetupTmpl()
#define Setup_doc