theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_TOR_CC_API

LcConfigC - various functions to create, initialize and destroy … More...

+ Collaboration diagram for LcConfigC_TOR_CC_API:

Functions

static LcConfigCcclcconfig::LcConfigC::Create ()
  C++: [constructor,static] LcConfigC* LcConfigC::Create() C-API
create a LcConfigC instance …
 
 cclcconfig::LcConfigC::LcConfigC ()
  C++: [constructor,static] LcConfigC* LcConfigC::Create() C-API
create a LcConfigC instance …
 

Detailed Description

LcConfigC - various functions to create, initialize and destroy …

Function Documentation

◆ Create()

LcConfigC * cclcconfig::LcConfigC::Create ( )
inlinestatic

C++: [constructor,static] LcConfigC* LcConfigC::Create() C-API
create a LcConfigC instance …

Definition at line 497 of file LcConfigC_inline_cc.hh.

497 {
499 LC_CFG __retVal__L = LcConfigCreate(NULL, NULL);
500 if (__retVal__L == NULL) {
501 throw MkInitError("LcConfigC::Create");
502 }
503 return LcConfigC::LcConfigC_ObjCreate(MK_RT_CALL __retVal__L);
504 }
struct LcConfigS * LC_CFG
class-shortcut for struct LcConfigS *, all shortcut using the XX_YYY syntax (only for public API) …
static LC_CFG LcConfigCreate(MK_TYP type, config_t *nat)
create a LcConfigC instance …
#define MK_RT_CALL
#define MkRtSetup_NULL

◆ LcConfigC()

cclcconfig::LcConfigC::LcConfigC ( )
inline

C++: [constructor,static] LcConfigC* LcConfigC::Create() C-API
create a LcConfigC instance …

Definition at line 464 of file LcConfigC_cc.hh.

464: MkObjectC(CTOR()) {};