Sq3ValueC - define the class … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a Sq3ValueC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclsq3lite_Sq3ValueC_HandleGet (Sq3ValueC_ARGS) |
static OT_ProcRet | tclsq3lite_Sq3ValueC_Next (Sq3ValueC_ARGS) |
Tcl: → C-API get next instance from linked-list of Sq3ValueS type | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_Prev (Sq3ValueC_ARGS) |
Tcl: → C-API get previous instance from linked-list of Sq3ValueS type | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of Sq3ValueS type … | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a Sq3ValueC typed NULL instance … | |
Sq3ValueC - define the class …
|
static |
Tcl:
→ C-API (static) Sq3ValueC [Sq3ValueC GetNull]
Null-Slot - return a Sq3ValueC typed NULL
instance …
Definition at line 253 of file Sq3ValueC_tcl.c.
|
static |
Definition at line 188 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3ValueC [Sq3ValueC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a Sq3ValueC from netHdl or "MK_NULL"
if invalid…
Definition at line 169 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3ValueC [Sq3ValueC Instances]
get head-instance from linked-list of Sq3ValueS type …
Definition at line 230 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API Sq3ValueC [$val Next]
get next instance from linked-list of Sq3ValueS type
Definition at line 200 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API Sq3ValueC [$val Prev]
get previous instance from linked-list of Sq3ValueS type
Definition at line 214 of file Sq3ValueC_tcl.c.