Sq3StmtC - define the class … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a Sq3StmtC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclsq3lite_Sq3StmtC_HandleGet (Sq3StmtC_ARGS) |
static OT_ProcRet | tclsq3lite_Sq3StmtC_Next (Sq3StmtC_ARGS) |
Tcl: → C-API get next instance from linked-list of Sq3StmtS type | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_Prev (Sq3StmtC_ARGS) |
Tcl: → C-API get previous instance from linked-list of Sq3StmtS type | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of Sq3StmtS type … | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a Sq3StmtC typed NULL instance … | |
Sq3StmtC - define the class …
|
static |
Tcl:
→ C-API (static) Sq3StmtC [Sq3StmtC GetNull]
Null-Slot - return a Sq3StmtC typed NULL
instance …
Definition at line 489 of file Sq3StmtC_tcl.c.
|
static |
Definition at line 424 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3StmtC [Sq3StmtC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a Sq3StmtC from netHdl or "MK_NULL"
if invalid…
Definition at line 405 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3StmtC [Sq3StmtC Instances]
get head-instance from linked-list of Sq3StmtS type …
Definition at line 466 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API Sq3StmtC [$stmt Next]
get next instance from linked-list of Sq3StmtS type
Definition at line 436 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API Sq3StmtC [$stmt Prev]
get previous instance from linked-list of Sq3StmtS type
Definition at line 450 of file Sq3StmtC_tcl.c.