LcConfigC - define the class … More...
Functions | |
static OT_ProcRet | atllcconfig_LcConfigC_HandleResolve (OtClass_ARGS) |
Atl: → C-API Handle-Resolve-Slot - return a LcConfigC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | atllcconfig_LcConfigC_HandleGet (LcConfigC_ARGS) |
static OT_ProcRet | atllcconfig_LcConfigC_Next (LcConfigC_ARGS) |
Atl: → C-API get next instance from linked-list of LcConfigS type | |
static OT_ProcRet | atllcconfig_LcConfigC_Prev (LcConfigC_ARGS) |
Atl: → C-API get previous instance from linked-list of LcConfigS type | |
static OT_ProcRet | atllcconfig_LcConfigC_Instances (OtClass_ARGS) |
Atl: → C-API get head-instance from linked-list of LcConfigS type … | |
static OT_ProcRet | atllcconfig_LcConfigC_GetNull (OtClass_ARGS) |
Atl: → C-API Null-Slot - return a LcConfigC typed NULL instance … | |
LcConfigC - define the class …
|
static |
Atl:
→ C-API (static) LcConfigC [LcConfigC::GetNull]
Null-Slot - return a LcConfigC typed NULL
instance …
Definition at line 250 of file LcConfigC_atl.c.
|
static |
Definition at line 185 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API (static) LcConfigC [LcConfigC::HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a LcConfigC from netHdl or "MK_NULL"
if invalid…
Definition at line 166 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API (static) LcConfigC [LcConfigC::Instances]
get head-instance from linked-list of LcConfigS type …
Definition at line 227 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC [LcConfigC::Next $cfg]
get next instance from linked-list of LcConfigS type
Definition at line 197 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC [LcConfigC::Prev $cfg]
get previous instance from linked-list of LcConfigS type
Definition at line 211 of file LcConfigC_atl.c.