Sq3BlobC - define the class … More...
Collaboration diagram for Sq3BlobC_Class_RB_API: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 217 of file Sq3BlobC_rb.c.
|
static |
Definition at line 161 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 145 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 197 of file Sq3BlobC_rb.c.
|
static |
Ruby: → C-API Sq3BlobC blob.Next()
get next instance from linked-list of Sq3BlobS type
Definition at line 173 of file Sq3BlobC_rb.c.
|
static |
Ruby: → C-API Sq3BlobC blob.Prev()
get previous instance from linked-list of Sq3BlobS type
Definition at line 184 of file Sq3BlobC_rb.c.