Sq3LiteC - define the class … More...
Functions | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_HandleResolve (OtClass_ARGS) |
Ruby: → C-API Handle-Resolve-Slot - return a Sq3LiteC from netHdl or nil if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbsq3lite_Sq3LiteC_HandleGet (Sq3LiteC_ARGS) |
static OT_ProcRet | rbsq3lite_Sq3LiteC_Next (Sq3LiteC_ARGS) |
Ruby: → C-API get next instance from linked-list of Sq3LiteS type | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_Prev (Sq3LiteC_ARGS) |
Ruby: → C-API get previous instance from linked-list of Sq3LiteS type | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_Instances (OtClass_ARGS) |
Ruby: → C-API get head-instance from linked-list of Sq3LiteS type … | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_GetNull (OtClass_ARGS) |
Ruby: → C-API Null-Slot - return a Sq3LiteC typed NULL instance … | |
Sq3LiteC - define the class …
|
static |
Ruby:
→ C-API (static) Sq3LiteC Sq3LiteC.GetNull()
Null-Slot - return a Sq3LiteC typed NULL
instance …
Definition at line 261 of file Sq3LiteC_rb.c.
|
static |
Definition at line 205 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API (static) Sq3LiteC Sq3LiteC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a Sq3LiteC from netHdl or nil if invalid…
Definition at line 189 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API (static) Sq3LiteC Sq3LiteC.Instances()
get head-instance from linked-list of Sq3LiteS type …
Definition at line 241 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API Sq3LiteC lite.Next()
get next instance from linked-list of Sq3LiteS type
Definition at line 217 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API Sq3LiteC lite.Prev()
get previous instance from linked-list of Sq3LiteS type
Definition at line 228 of file Sq3LiteC_rb.c.