MkObjectC - define the class … More...
Collaboration diagram for MkObjectC_Class_ATL_API:MkObjectC - define the class …
|
static |
Atl: → C-API (static) MkObjectC [MkObjectC::GetNull]
Null-Slot - return a MkObjectC typed NULL instance …
Definition at line 371 of file MkObjectC_atl.c.
|
static |
Atl: → C-API MkObjectC::HandleDelete $netObj
Handle-Delete-Slot - delete a netObj from handle-storage …
Definition at line 225 of file MkObjectC_atl.c.
|
static |
Atl: → C-API (static) MkObjectC::HandleDeleteByNetHdl netHdl:MK_HDL
Handle-Delete-Slot - delete a netHdl from handle-storage …
Definition at line 293 of file MkObjectC_atl.c.
|
static |
Atl: → C-API bool [MkObjectC::HandleExists $obj]
check if obj has already a handle defined…
Definition at line 239 of file MkObjectC_atl.c.
|
static |
Atl: → C-API MK_HDL [MkObjectC::HandleGet $obj]
Handle-Get-Slot - returns a export-hdl to the MkObjectC useable for external storage
Definition at line 252 of file MkObjectC_atl.c.
|
static |
Atl: → C-API MK_HDL [MkObjectC::HandleGetOfType $obj]
Export-Slot - returns typeHdl of the obj .
Definition at line 265 of file MkObjectC_atl.c.
|
static |
Atl: → C-API MK_HDL [MkObjectC::HandleGetOr0 $obj]
return export-hdl or 0 in not created…
Definition at line 278 of file MkObjectC_atl.c.
|
static |
Atl: → C-API (static) MkObjectC [MkObjectC::HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a MkObjectC from netHdl or "MK_NULL" if invalid…
Definition at line 207 of file MkObjectC_atl.c.
|
static |
Atl: → C-API (static) MkObjectC [MkObjectC::Instances]
get head-instance from linked-list of MkObjectS type …
Definition at line 348 of file MkObjectC_atl.c.
|
static |
Atl: → C-API MkObjectC [MkObjectC::Next $obj]
get next instance from linked-list of MkObjectS type
Definition at line 318 of file MkObjectC_atl.c.
|
static |
Atl: → C-API MkObjectC [MkObjectC::Prev $obj]
get previous instance from linked-list of MkObjectS type
Definition at line 332 of file MkObjectC_atl.c.