Sq3FileC - define the class … More...
Functions | |
static Sq3FileC * | ccsq3lite::Sq3FileC::HandleResolve (MK_HDL netHdl) |
C++: → C-API Handle-Resolve-Slot - return a Sq3FileC from netHdl or MK_NULL if invalid… | |
Sq3FileC * | ccsq3lite::Sq3FileC::Next () |
C++: → C-API get next instance from linked-list of Sq3FileS type | |
Sq3FileC * | ccsq3lite::Sq3FileC::Prev () |
C++: → C-API get previous instance from linked-list of Sq3FileS type | |
static Sq3FileC * | ccsq3lite::Sq3FileC::Instances () |
C++: → C-API get head-instance from linked-list of Sq3FileS type … | |
static Sq3FileC * | ccsq3lite::Sq3FileC::GetNull () |
C++: → C-API Null-Slot - return a Sq3FileC typed NULL instance … | |
Sq3FileC - define the class …
|
inlinestatic |
C++:
→ C-API [static] Sq3FileC* Sq3FileC::GetNull()
Null-Slot - return a Sq3FileC typed NULL
instance …
Definition at line 87 of file Sq3FileC_inline_cc.hh.
C++:
→ C-API [static] Sq3FileC* Sq3FileC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a Sq3FileC from netHdl or MK_NULL
if invalid…
Definition at line 35 of file Sq3FileC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] Sq3FileC* Sq3FileC::Instances()
get head-instance from linked-list of Sq3FileS type …
Definition at line 71 of file Sq3FileC_inline_cc.hh.
|
inline |
C++:
→ C-API Sq3FileC* file.Next()
get next instance from linked-list of Sq3FileS type
Definition at line 55 of file Sq3FileC_inline_cc.hh.
|
inline |
C++:
→ C-API Sq3FileC* file.Prev()
get previous instance from linked-list of Sq3FileS type
Definition at line 62 of file Sq3FileC_inline_cc.hh.