Sq3StmtC - define the class … More...
Functions | |
new static Sq3StmtC | cssq3lite.Sq3StmtC.HandleResolve (Int32 netHdl) |
C#: → C-API Handle-Resolve-Slot - return a Sq3StmtC from netHdl or null if invalid… | |
new Sq3StmtC | cssq3lite.Sq3StmtC.Next () |
C#: → C-API get next instance from linked-list of Sq3StmtS type | |
new Sq3StmtC | cssq3lite.Sq3StmtC.Prev () |
C#: → C-API get previous instance from linked-list of Sq3StmtS type | |
new static Sq3StmtC | cssq3lite.Sq3StmtC.Instances () |
C#: → C-API get head-instance from linked-list of Sq3StmtS type … | |
new static Sq3StmtC | cssq3lite.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 233 of file Sq3StmtC_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] Sq3StmtC Sq3StmtC.HandleResolve(Int32 netHdl)
Handle-Resolve-Slot - return a Sq3StmtC from netHdl or null if invalid…
Definition at line 179 of file Sq3StmtC_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] Sq3StmtC Sq3StmtC.Instances()
get head-instance from linked-list of Sq3StmtS type …
Definition at line 215 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API Sq3StmtC stmt.Next()
get next instance from linked-list of Sq3StmtS type
Definition at line 201 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API Sq3StmtC stmt.Prev()
get previous instance from linked-list of Sq3StmtS type
Definition at line 207 of file Sq3StmtC_cs.cs.