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 433 of file Sq3StmtC_rb.c.
|
static |
Definition at line 377 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 361 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 413 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API Sq3StmtC stmt.Next()
get next instance from linked-list of Sq3StmtS type
Definition at line 389 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API Sq3StmtC stmt.Prev()
get previous instance from linked-list of Sq3StmtS type
Definition at line 400 of file Sq3StmtC_rb.c.