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