Sq3LiteC - define the class … More...
Functions | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_HandleResolve (OtClass_ARGS) |
Atl: → C-API Handle-Resolve-Slot - return a Sq3LiteC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | atlsq3lite_Sq3LiteC_HandleGet (Sq3LiteC_ARGS) |
static OT_ProcRet | atlsq3lite_Sq3LiteC_Next (Sq3LiteC_ARGS) |
Atl: → C-API get next instance from linked-list of Sq3LiteS type | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_Prev (Sq3LiteC_ARGS) |
Atl: → C-API get previous instance from linked-list of Sq3LiteS type | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_Instances (OtClass_ARGS) |
Atl: → C-API get head-instance from linked-list of Sq3LiteS type … | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_GetNull (OtClass_ARGS) |
Atl: → C-API Null-Slot - return a Sq3LiteC typed NULL instance … | |
Sq3LiteC - define the class …
|
static |
Atl:
→ C-API (static) Sq3LiteC [Sq3LiteC::GetNull]
Null-Slot - return a Sq3LiteC typed NULL
instance …
Definition at line 257 of file Sq3LiteC_atl.c.
|
static |
Definition at line 192 of file Sq3LiteC_atl.c.
|
static |
Atl:
→ C-API (static) Sq3LiteC [Sq3LiteC::HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a Sq3LiteC from netHdl or "MK_NULL"
if invalid…
Definition at line 173 of file Sq3LiteC_atl.c.
|
static |
Atl:
→ C-API (static) Sq3LiteC [Sq3LiteC::Instances]
get head-instance from linked-list of Sq3LiteS type …
Definition at line 234 of file Sq3LiteC_atl.c.
|
static |
Atl:
→ C-API Sq3LiteC [Sq3LiteC::Next $lite]
get next instance from linked-list of Sq3LiteS type
Definition at line 204 of file Sq3LiteC_atl.c.
|
static |
Atl:
→ C-API Sq3LiteC [Sq3LiteC::Prev $lite]
get previous instance from linked-list of Sq3LiteS type
Definition at line 218 of file Sq3LiteC_atl.c.