theConfig 10.0
Loading...
Searching...
No Matches
LcSettingC_Is_TCL_API

LcSettingC - various functions to check a settingMore...

+ Collaboration diagram for LcSettingC_Is_TCL_API:

Functions

static OT_ProcRet tcllcconfig_LcSettingC_IsAggregate (LcSettingC_ARGS)
  Tcl: bool [$setting IsAggregate] C-API
These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively …
 
static OT_ProcRet tcllcconfig_LcSettingC_IsArray (LcSettingC_ARGS)
  Tcl: bool [$setting IsArray] C-API
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
 
static OT_ProcRet tcllcconfig_LcSettingC_IsGroup (LcSettingC_ARGS)
  Tcl: bool [$setting IsGroup] C-API
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
 
static OT_ProcRet tcllcconfig_LcSettingC_IsList (LcSettingC_ARGS)
  Tcl: bool [$setting IsList] C-API
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
 
static OT_ProcRet tcllcconfig_LcSettingC_IsNumber (LcSettingC_ARGS)
  Tcl: bool [$setting IsNumber] C-API
These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively …
 
static OT_ProcRet tcllcconfig_LcSettingC_IsRoot (LcSettingC_ARGS)
  Tcl: bool [$setting IsRoot] C-API
This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise …
 
static OT_ProcRet tcllcconfig_LcSettingC_IsScalar (LcSettingC_ARGS)
  Tcl: bool [$setting IsScalar] C-API
These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively …
 

Detailed Description

LcSettingC - various functions to check a setting

Function Documentation

◆ tcllcconfig_LcSettingC_IsAggregate()

static OT_ProcRet tcllcconfig_LcSettingC_IsAggregate ( LcSettingC_ARGS )
static

Tcl: bool [$setting IsAggregate] C-API
These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively …

Definition at line 516 of file LcSettingC_tcl.c.

516 {
521 goto end;
522 error:
524 end:
526}
#define OT_SETUP_hdl
#define IsAggregate_doc
#define OT_retObj_SET_BOL(nat)
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
static MK_BOOL LcSettingIsAggregate(LC_CFSN setting)
These convenience functions, some of which are implemented as macros, test if the setting setting is ...

◆ tcllcconfig_LcSettingC_IsArray()

static OT_ProcRet tcllcconfig_LcSettingC_IsArray ( LcSettingC_ARGS )
static

Tcl: bool [$setting IsArray] C-API
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …

Definition at line 529 of file LcSettingC_tcl.c.

529 {
534 goto end;
535 error:
537 end:
539}
#define IsArray_doc
static MK_BOOL LcSettingIsArray(LC_CFSN setting)
These convenience functions, which are implemented as macros, test if the setting setting is of a giv...

◆ tcllcconfig_LcSettingC_IsGroup()

static OT_ProcRet tcllcconfig_LcSettingC_IsGroup ( LcSettingC_ARGS )
static

Tcl: bool [$setting IsGroup] C-API
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …

Definition at line 542 of file LcSettingC_tcl.c.

542 {
547 goto end;
548 error:
550 end:
552}
#define IsGroup_doc
static MK_BOOL LcSettingIsGroup(LC_CFSN setting)
These convenience functions, which are implemented as macros, test if the setting setting is of a giv...

◆ tcllcconfig_LcSettingC_IsList()

static OT_ProcRet tcllcconfig_LcSettingC_IsList ( LcSettingC_ARGS )
static

Tcl: bool [$setting IsList] C-API
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …

Definition at line 555 of file LcSettingC_tcl.c.

555 {
560 goto end;
561 error:
563 end:
565}
#define IsList_doc
static MK_BOOL LcSettingIsList(LC_CFSN setting)
These convenience functions, which are implemented as macros, test if the setting setting is of a giv...

◆ tcllcconfig_LcSettingC_IsNumber()

static OT_ProcRet tcllcconfig_LcSettingC_IsNumber ( LcSettingC_ARGS )
static

Tcl: bool [$setting IsNumber] C-API
These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively …

Definition at line 568 of file LcSettingC_tcl.c.

568 {
573 goto end;
574 error:
576 end:
578}
#define IsNumber_doc
static MK_BOOL LcSettingIsNumber(LC_CFSN setting)
These convenience functions, some of which are implemented as macros, test if the setting setting is ...

◆ tcllcconfig_LcSettingC_IsRoot()

static OT_ProcRet tcllcconfig_LcSettingC_IsRoot ( LcSettingC_ARGS )
static

Tcl: bool [$setting IsRoot] C-API
This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise …

Definition at line 581 of file LcSettingC_tcl.c.

581 {
586 goto end;
587 error:
589 end:
591}
#define IsRoot_doc
static MK_BOOL LcSettingIsRoot(LC_CFSN setting)
This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwis...

◆ tcllcconfig_LcSettingC_IsScalar()

static OT_ProcRet tcllcconfig_LcSettingC_IsScalar ( LcSettingC_ARGS )
static

Tcl: bool [$setting IsScalar] C-API
These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively …

Definition at line 594 of file LcSettingC_tcl.c.

594 {
599 goto end;
600 error:
602 end:
604}
#define IsScalar_doc
static MK_BOOL LcSettingIsScalar(LC_CFSN setting)
These convenience functions, some of which are implemented as macros, test if the setting setting is ...