Sq3StmtC - define the class … More...
Functions | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_HandleResolve (OtClass_ARGS) |
Ruby: → C-API Handle-Resolve-Slot - return a Sq3StmtC from netHdl or nil if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbsq3lite_Sq3StmtC_HandleGet (Sq3StmtC_ARGS) |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Next (Sq3StmtC_ARGS) |
Ruby: → C-API get next instance from linked-list of Sq3StmtS type | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Prev (Sq3StmtC_ARGS) |
Ruby: → C-API get previous instance from linked-list of Sq3StmtS type | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Instances (OtClass_ARGS) |
Ruby: → C-API get head-instance from linked-list of Sq3StmtS type … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_GetNull (OtClass_ARGS) |
Ruby: → C-API Null-Slot - return a Sq3StmtC typed NULL instance … | |
Sq3StmtC - define the class …
|
static |
Ruby:
→ C-API (static) Sq3StmtC Sq3StmtC.GetNull()
Null-Slot - return a Sq3StmtC typed NULL
instance …
Definition at line 430 of file Sq3StmtC_rb.c.
|
static |
Definition at line 374 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API (static) Sq3StmtC Sq3StmtC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a Sq3StmtC from netHdl or nil if invalid…
Definition at line 358 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API (static) Sq3StmtC Sq3StmtC.Instances()
get head-instance from linked-list of Sq3StmtS type …
Definition at line 410 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API Sq3StmtC stmt.Next()
get next instance from linked-list of Sq3StmtS type
Definition at line 386 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API Sq3StmtC stmt.Prev()
get previous instance from linked-list of Sq3StmtS type
Definition at line 397 of file Sq3StmtC_rb.c.