Sq3StmtC - define the class … More...
Functions | |
static Sq3StmtC * | ccsq3lite::Sq3StmtC::HandleResolve (MK_HDL netHdl) |
C++: → C-API Handle-Resolve-Slot - return a Sq3StmtC from netHdl or MK_NULL if invalid… | |
Sq3StmtC * | ccsq3lite::Sq3StmtC::Next () |
C++: → C-API get next instance from linked-list of Sq3StmtS type | |
Sq3StmtC * | ccsq3lite::Sq3StmtC::Prev () |
C++: → C-API get previous instance from linked-list of Sq3StmtS type | |
static Sq3StmtC * | ccsq3lite::Sq3StmtC::Instances () |
C++: → C-API get head-instance from linked-list of Sq3StmtS type … | |
static Sq3StmtC * | ccsq3lite::Sq3StmtC::GetNull () |
C++: → C-API Null-Slot - return a Sq3StmtC typed NULL instance … | |
Sq3StmtC - define the class …
|
inlinestatic |
C++:
→ C-API [static] Sq3StmtC* Sq3StmtC::GetNull()
Null-Slot - return a Sq3StmtC typed NULL
instance …
Definition at line 199 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API [static] Sq3StmtC* Sq3StmtC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a Sq3StmtC from netHdl or MK_NULL
if invalid…
Definition at line 147 of file Sq3StmtC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] Sq3StmtC* Sq3StmtC::Instances()
get head-instance from linked-list of Sq3StmtS type …
Definition at line 183 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API Sq3StmtC* stmt.Next()
get next instance from linked-list of Sq3StmtS type
Definition at line 167 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API Sq3StmtC* stmt.Prev()
get previous instance from linked-list of Sq3StmtS type
Definition at line 174 of file Sq3StmtC_inline_cc.hh.