MkObjectC - define the class … More...
MkObjectC - define the class …
|
inlinestatic |
C++:
→ C-API [static] MkObjectC* MkObjectC::GetNull()
Null-Slot - return a MkObjectC typed NULL
instance …
Definition at line 138 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API netObj.HandleDelete()
Handle-Delete-Slot - delete a netObj from handle-storage …
Definition at line 48 of file MkObjectC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkObjectC::HandleDeleteByNetHdl(MK_HDL netHdl)
Handle-Delete-Slot - delete a netHdl from handle-storage …
Definition at line 89 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_BOOL obj.HandleExists()
check if obj has already a handle defined…
Definition at line 55 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_HDL obj.HandleGet()
Handle-Get-Slot - returns a export-hdl to the MkObjectC useable for external storage
Definition at line 63 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_HDL obj.HandleGetOfType()
Export-Slot - returns typeHdl of the obj .
Definition at line 71 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_HDL obj.HandleGetOr0()
return export-hdl or 0 in not created…
Definition at line 79 of file MkObjectC_inline_cc.hh.
C++:
→ C-API [static] MkObjectC* MkObjectC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a MkObjectC from netHdl or MK_NULL
if invalid…
Definition at line 39 of file MkObjectC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkObjectC* MkObjectC::Instances()
get head-instance from linked-list of MkObjectS type …
Definition at line 122 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MkObjectC* obj.Next()
get next instance from linked-list of MkObjectS type
Definition at line 104 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MkObjectC* obj.Prev()
get previous instance from linked-list of MkObjectS type
Definition at line 112 of file MkObjectC_inline_cc.hh.