LcConfigC - define the class … More...
Functions | |
static LcConfigC * | cclcconfig::LcConfigC::HandleResolve (MK_HDL netHdl) |
C++: → C-API Handle-Resolve-Slot - return a LcConfigC from netHdl or MK_NULL if invalid… | |
LcConfigC * | cclcconfig::LcConfigC::Next () |
C++: → C-API get next instance from linked-list of LcConfigS type | |
LcConfigC * | cclcconfig::LcConfigC::Prev () |
C++: → C-API get previous instance from linked-list of LcConfigS type | |
static LcConfigC * | cclcconfig::LcConfigC::Instances () |
C++: → C-API get head-instance from linked-list of LcConfigS type … | |
static LcConfigC * | cclcconfig::LcConfigC::GetNull () |
C++: → C-API Null-Slot - return a LcConfigC typed NULL instance … | |
LcConfigC - define the class …
|
inlinestatic |
C++:
→ C-API [static] LcConfigC* LcConfigC::GetNull()
Null-Slot - return a LcConfigC typed NULL
instance …
Definition at line 93 of file LcConfigC_inline_cc.hh.
C++:
→ C-API [static] LcConfigC* LcConfigC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a LcConfigC from netHdl or MK_NULL
if invalid…
Definition at line 41 of file LcConfigC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] LcConfigC* LcConfigC::Instances()
get head-instance from linked-list of LcConfigS type …
Definition at line 77 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API LcConfigC* cfg.Next()
get next instance from linked-list of LcConfigS type
Definition at line 61 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API LcConfigC* cfg.Prev()
get previous instance from linked-list of LcConfigS type
Definition at line 68 of file LcConfigC_inline_cc.hh.