Sq3BlobC - define the class … More...
Functions | |
static OT_ProcRet | rbsq3lite_Sq3BlobC_HandleResolve (OtClass_ARGS) |
Ruby: → C-API Handle-Resolve-Slot - return a Sq3BlobC from netHdl or nil if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbsq3lite_Sq3BlobC_HandleGet (Sq3BlobC_ARGS) |
static OT_ProcRet | rbsq3lite_Sq3BlobC_Next (Sq3BlobC_ARGS) |
Ruby: → C-API get next instance from linked-list of Sq3BlobS type | |
static OT_ProcRet | rbsq3lite_Sq3BlobC_Prev (Sq3BlobC_ARGS) |
Ruby: → C-API get previous instance from linked-list of Sq3BlobS type | |
static OT_ProcRet | rbsq3lite_Sq3BlobC_Instances (OtClass_ARGS) |
Ruby: → C-API get head-instance from linked-list of Sq3BlobS type … | |
static OT_ProcRet | rbsq3lite_Sq3BlobC_GetNull (OtClass_ARGS) |
Ruby: → C-API Null-Slot - return a Sq3BlobC typed NULL instance … | |
Sq3BlobC - define the class …
|
static |
Ruby:
→ C-API (static) Sq3BlobC Sq3BlobC.GetNull()
Null-Slot - return a Sq3BlobC typed NULL
instance …
Definition at line 220 of file Sq3BlobC_rb.c.
|
static |
Definition at line 164 of file Sq3BlobC_rb.c.
|
static |
Ruby:
→ C-API (static) Sq3BlobC Sq3BlobC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a Sq3BlobC from netHdl or nil if invalid…
Definition at line 148 of file Sq3BlobC_rb.c.
|
static |
Ruby:
→ C-API (static) Sq3BlobC Sq3BlobC.Instances()
get head-instance from linked-list of Sq3BlobS type …
Definition at line 200 of file Sq3BlobC_rb.c.
|
static |
Ruby:
→ C-API Sq3BlobC blob.Next()
get next instance from linked-list of Sq3BlobS type
Definition at line 176 of file Sq3BlobC_rb.c.
|
static |
Ruby:
→ C-API Sq3BlobC blob.Prev()
get previous instance from linked-list of Sq3BlobS type
Definition at line 187 of file Sq3BlobC_rb.c.