Sq3ValueC - define the class … More...
Functions | |
new static Sq3ValueC | cssq3lite.Sq3ValueC.HandleResolve (Int32 netHdl) |
C#: → C-API Handle-Resolve-Slot - return a Sq3ValueC from netHdl or null if invalid… | |
new Sq3ValueC | cssq3lite.Sq3ValueC.Next () |
C#: → C-API get next instance from linked-list of Sq3ValueS type | |
new Sq3ValueC | cssq3lite.Sq3ValueC.Prev () |
C#: → C-API get previous instance from linked-list of Sq3ValueS type | |
new static Sq3ValueC | cssq3lite.Sq3ValueC.Instances () |
C#: → C-API get head-instance from linked-list of Sq3ValueS type … | |
new static Sq3ValueC | cssq3lite.Sq3ValueC.GetNull () |
C#: → C-API Null-Slot - return a Sq3ValueC typed NULL instance … | |
Sq3ValueC - define the class …
|
inlinestatic |
C#:
→ C-API [static] Sq3ValueC Sq3ValueC.GetNull()
Null-Slot - return a Sq3ValueC typed NULL
instance …
Definition at line 139 of file Sq3ValueC_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] Sq3ValueC Sq3ValueC.HandleResolve(Int32 netHdl)
Handle-Resolve-Slot - return a Sq3ValueC from netHdl or null if invalid…
Definition at line 85 of file Sq3ValueC_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] Sq3ValueC Sq3ValueC.Instances()
get head-instance from linked-list of Sq3ValueS type …
Definition at line 121 of file Sq3ValueC_cs.cs.
|
inline |
C#:
→ C-API Sq3ValueC val.Next()
get next instance from linked-list of Sq3ValueS type
Definition at line 107 of file Sq3ValueC_cs.cs.
|
inline |
C#:
→ C-API Sq3ValueC val.Prev()
get previous instance from linked-list of Sq3ValueS type
Definition at line 113 of file Sq3ValueC_cs.cs.