theConfig 10.0
Loading...
Searching...
No Matches
LcConfig_Setup_CC_API

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

+ Collaboration diagram for LcConfig_Setup_CC_API:

Macros

#define LcCleanupTmpl()
 
#define LcSetupTmpl()
 

Functions

static void cclcconfig::LcConfig::Cleanup ()
  C++: [static] LcConfig::Cleanup() C-API
cleanup cclcconfig internal memory …
 
static void cclcconfig::LcConfig::Setup ()
  C++: [static] LcConfig::Setup() C-API
setup cclcconfig internal memory …
 
static void cclcconfig::LcConfig::CcLcCleanup ()
  C++: [static] LcConfig::Cleanup() C-API
cleanup cclcconfig internal memory …
 
static void cclcconfig::LcConfig::CcLcSetup ()
  C++: [static] LcConfig::Setup() C-API
setup cclcconfig 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

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Macro Definition Documentation

◆ LcCleanupTmpl

#define LcCleanupTmpl ( )
Value:
CcLcCleanup()

Definition at line 50 of file LibLcConfig_cc.cc.

◆ LcSetupTmpl

#define LcSetupTmpl ( )
Value:
CcLcSetup()

Definition at line 59 of file LibLcConfig_cc.cc.

Function Documentation

◆ CcLcCleanup()

void cclcconfig::LcConfig::CcLcCleanup ( )
static

C++: [static] LcConfig::Cleanup() C-API
cleanup cclcconfig internal memory …

See also
same as LcCleanup

Definition at line 45 of file LibLcConfig_cc.cc.

45 {
48 LcCleanup();
49 }
void LcCleanup(void)
cleanup cclcconfig internal memory …
#define MK_RT_CALL
void MkRuntimeCallbackDel(MK_RT mkrt, MkRuntimeCallbackS *cbdata)
#define MkRtSetup_NULL
static MkRuntimeCallbackS sLcRuntimeCallback
+ Here is the caller graph for this function:

◆ CcLcSetup()

void cclcconfig::LcConfig::CcLcSetup ( )
static

C++: [static] LcConfig::Setup() C-API
setup cclcconfig internal memory …

See also
same as LcSetup

Definition at line 53 of file LibLcConfig_cc.cc.

53 {
54 LcSetup();
56
57 MkRuntimeCallbackAdd( MK_RT_CALL &sLcRuntimeCallback, lc_static_init_callback, "CcLcConfig" );
58 }
void LcSetup(void)
setup cclcconfig internal memory …
size_t MkRuntimeCallbackAdd(MK_RT mkrt, MkRuntimeCallbackS *cbdata, MkRuntimeInitF rt_callback, MK_STRN ident)
#define AllRtSetup_NULL
+ Here is the caller graph for this function:

◆ Cleanup()

void cclcconfig::LcConfig::Cleanup ( )
static

C++: [static] LcConfig::Cleanup() C-API
cleanup cclcconfig internal memory …

Definition at line 73 of file LibLcConfig_cc.cc.

73 {
76 }
#define LcCleanupTmpl()

◆ Setup()

void cclcconfig::LcConfig::Setup ( )
static

C++: [static] LcConfig::Setup() C-API
setup cclcconfig internal memory …

Definition at line 79 of file LibLcConfig_cc.cc.

79 {
82 }
#define LcSetupTmpl()