MkBufferC - define the class … More...
Functions | |
static OT_ProcRet | atlmkkernel_MkBufferC_HandleResolve (OtClass_ARGS) |
Atl: → C-API Handle-Resolve-Slot - return a MkBufferC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | atlmkkernel_MkBufferC_HandleGet (MkBufferC_ARGS) |
static OT_ProcRet | atlmkkernel_MkBufferC_Next (MkBufferC_ARGS) |
Atl: → C-API get next instance from linked-list of MkBufferS type | |
static OT_ProcRet | atlmkkernel_MkBufferC_Prev (MkBufferC_ARGS) |
Atl: → C-API get previous instance from linked-list of MkBufferS type | |
static OT_ProcRet | atlmkkernel_MkBufferC_Instances (OtClass_ARGS) |
Atl: → C-API get head-instance from linked-list of MkBufferS type … | |
static OT_ProcRet | atlmkkernel_MkBufferC_GetNull (OtClass_ARGS) |
Atl: → C-API Null-Slot - return a MkBufferC typed NULL instance … | |
MkBufferC - define the class …
|
static |
Atl:
→ C-API (static) MkBufferC [MkBufferC::GetNull]
Null-Slot - return a MkBufferC typed NULL
instance …
Definition at line 363 of file MkBufferC_atl.c.
|
static |
Definition at line 298 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (static) MkBufferC [MkBufferC::HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a MkBufferC from netHdl or "MK_NULL"
if invalid…
Definition at line 279 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (static) MkBufferC [MkBufferC::Instances]
get head-instance from linked-list of MkBufferS type …
Definition at line 340 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferC::Next $buf]
get next instance from linked-list of MkBufferS type
Definition at line 310 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferC::Prev $buf]
get previous instance from linked-list of MkBufferS type
Definition at line 324 of file MkBufferC_atl.c.