theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_TOR_ATL_API

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

+ Collaboration diagram for LcConfigC_TOR_ATL_API:

Functions

static OT_ProcRet atllcconfig_LcConfigC_CTOR (CONSTR_ARGS)
  Atl: (constructor,static) LcConfigC [LcConfigC::CTOR] C-API
create a LcConfigC instance …
 
static OT_ProcRet atllcconfig_LcConfigC_Create (OtClass_ARGS)
  Atl: (constructor,static) LcConfigC [LcConfigC::Create] C-API
create a LcConfigC instance …
 

Detailed Description

LcConfigC - various functions to create, initialize and destroy …

Function Documentation

◆ atllcconfig_LcConfigC_Create()

static OT_ProcRet atllcconfig_LcConfigC_Create ( OtClass_ARGS )
static

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

Definition at line 789 of file LcConfigC_atl.c.

789 {
793 LC_CFG retVal = LcConfigCreate (NULL, NULL);
794 if (retVal == NULL) {
795 OT_ERROR_CONSTRUCTOR(LcConfigC);
796 goto error;
797 }
798 OT_CONSTRUCTOR_POST(retVal)
799 OT_retObj_SET_CFG(retVal);
800 goto end;
801 error:
803 end:
805}
#define OT_SETUP_hdl_static_constr
#define Create_doc
#define OT_retObj_SET_CFG(nat)
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_CONSTRUCTOR_POST(x)
#define OT_ERROR_CONSTRUCTOR(class)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
static LC_CFG LcConfigCreate(MK_TYP type, config_t *nat)
create a LcConfigC instance …
Struct to represent the data from the LcConfigC …

◆ atllcconfig_LcConfigC_CTOR()

static OT_ProcRet atllcconfig_LcConfigC_CTOR ( CONSTR_ARGS )
static

Atl: (constructor,static) LcConfigC [LcConfigC::CTOR] C-API
create a LcConfigC instance …

Definition at line 771 of file LcConfigC_atl.c.

771 {
774 LC_CFG retVal = LcConfigCreate (NULL, NULL);
775 if (retVal == NULL) {
776 OT_ERROR_CONSTRUCTOR(LcConfigC);
777 goto error;
778 }
779 OT_CONSTRUCTOR_POST(retVal)
780 OT_retObj_CONSTR(retVal);
781 goto end;
782 error:
784 end:
786}
#define OT_SETUP_hdl_constr
#define OT_retObj_CONSTR(x)
#define CTOR_doc
#define OT_SETUP_CONSTRUCTOR_ARGS(...)