theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_TOR_TCL_API

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

+ Collaboration diagram for LcConfigC_TOR_TCL_API:

Functions

static OT_ProcRet tcllcconfig_LcConfigC_CTOR (CONSTR_ARGS)
  Tcl: (constructor,static) LcConfigC [LcConfigC CTOR] C-API
create a LcConfigC instance …
 
static OT_ProcRet tcllcconfig_LcConfigC_Create (OtClass_ARGS)
  Tcl: (constructor,static) LcConfigC [LcConfigC Create] C-API
create a LcConfigC instance …
 

Detailed Description

LcConfigC - various functions to create, initialize and destroy …

Function Documentation

◆ tcllcconfig_LcConfigC_Create()

static OT_ProcRet tcllcconfig_LcConfigC_Create ( OtClass_ARGS )
static

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

Definition at line 810 of file LcConfigC_tcl.c.

810 {
814 LC_CFG retVal = LcConfigCreate (NULL, NULL);
815 if (retVal == NULL) {
816 OT_ERROR_CONSTRUCTOR(LcConfigC);
817 goto error;
818 }
819 OT_CONSTRUCTOR_POST(retVal)
820 OT_retObj_SET_CFG(retVal);
821 goto end;
822 error:
824 end:
826}
#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 …

◆ tcllcconfig_LcConfigC_CTOR()

static OT_ProcRet tcllcconfig_LcConfigC_CTOR ( CONSTR_ARGS )
static

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

Definition at line 792 of file LcConfigC_tcl.c.

792 {
795 LC_CFG retVal = LcConfigCreate (NULL, NULL);
796 if (retVal == NULL) {
797 OT_ERROR_CONSTRUCTOR(LcConfigC);
798 goto error;
799 }
800 OT_CONSTRUCTOR_POST(retVal)
801 OT_retObj_CONSTR(retVal);
802 goto end;
803 error:
805 end:
807}
#define OT_SETUP_hdl_constr
#define CTOR_doc
#define OT_SETUP_CONSTRUCTOR_ARGS(...)
#define OT_retObj_CONSTR(x)