Sq3BlobC - define the class … More...
Functions | |
new static Sq3BlobC | cssq3lite.Sq3BlobC.HandleResolve (Int32 netHdl) |
C#: → C-API Handle-Resolve-Slot - return a Sq3BlobC from netHdl or null if invalid… | |
new Sq3BlobC | cssq3lite.Sq3BlobC.Next () |
C#: → C-API get next instance from linked-list of Sq3BlobS type | |
new Sq3BlobC | cssq3lite.Sq3BlobC.Prev () |
C#: → C-API get previous instance from linked-list of Sq3BlobS type | |
new static Sq3BlobC | cssq3lite.Sq3BlobC.Instances () |
C#: → C-API get head-instance from linked-list of Sq3BlobS type … | |
new static Sq3BlobC | cssq3lite.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 139 of file Sq3BlobC_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] Sq3BlobC Sq3BlobC.HandleResolve(Int32 netHdl)
Handle-Resolve-Slot - return a Sq3BlobC from netHdl or null if invalid…
Definition at line 85 of file Sq3BlobC_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] Sq3BlobC Sq3BlobC.Instances()
get head-instance from linked-list of Sq3BlobS type …
Definition at line 121 of file Sq3BlobC_cs.cs.
|
inline |
C#:
→ C-API Sq3BlobC blob.Next()
get next instance from linked-list of Sq3BlobS type
Definition at line 107 of file Sq3BlobC_cs.cs.
|
inline |
C#:
→ C-API Sq3BlobC blob.Prev()
get previous instance from linked-list of Sq3BlobS type
Definition at line 113 of file Sq3BlobC_cs.cs.