LcSettingC - define the class … More...
Functions | |
static LcSettingC * | cclcconfig::LcSettingC::HandleResolve (MK_HDL netHdl) |
C++: → C-API Handle-Resolve-Slot - return a LcSettingC from netHdl or MK_NULL if invalid… | |
LcSettingC * | cclcconfig::LcSettingC::Next () |
C++: → C-API get next instance from linked-list of LcSettingS type | |
LcSettingC * | cclcconfig::LcSettingC::Prev () |
C++: → C-API get previous instance from linked-list of LcSettingS type | |
static LcSettingC * | cclcconfig::LcSettingC::Instances () |
C++: → C-API get head-instance from linked-list of LcSettingS type … | |
static LcSettingC * | cclcconfig::LcSettingC::GetNull () |
C++: → C-API Null-Slot - return a LcSettingC typed NULL instance … | |
LcSettingC - define the class …
|
inlinestatic |
C++:
→ C-API [static] LcSettingC* LcSettingC::GetNull()
Null-Slot - return a LcSettingC typed NULL
instance …
Definition at line 91 of file LcSettingC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] LcSettingC* LcSettingC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a LcSettingC from netHdl or MK_NULL
if invalid…
Definition at line 39 of file LcSettingC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] LcSettingC* LcSettingC::Instances()
get head-instance from linked-list of LcSettingS type …
Definition at line 75 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* cfs.Next()
get next instance from linked-list of LcSettingS type
Definition at line 59 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* cfs.Prev()
get previous instance from linked-list of LcSettingS type
Definition at line 66 of file LcSettingC_inline_cc.hh.