theConfig 10.0
|
tag: nhi1-release-250425 More...
#include "LibLcConfig_private_tcl.h"
Go to the source code of this file.
Macros | |
#define | META_FILE_NAME "LcSettingC_tcl.c" |
#define | OT_CLASS NS(LcSettingC) |
#define | OT_CLASS_NAME "LcSettingC" |
#define | OBJECT2CFS(O) |
#define | OT_SETUP_hdl_static_constr_pre |
#define | OT_SETUP_hdl_static_constr |
#define | OT_SETUP_hdl_static |
#define | OT_SETUP_hdl SetupHdlFromMetaData_2(CFS,LC_CFS); |
#define | OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(CFS,LC_CFS); |
#define | OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(CFS,LC_CFS); |
#define | OT_SETUP_hdl_constr_pre |
#define | OT_SETUP_hdl_constr |
#define | SetupRtFromHdl_XN(hdl) |
#define | SetupRtFromHdl_X(hdl) |
#define | ClassInit |
#define | VER TCL_OO_METHOD_VERSION_CURRENT |
#define | GetNull_doc "LcSettingC [LcSettingC GetNull]" |
#define | HandleResolve_doc "LcSettingC [LcSettingC HandleResolve netHdl:MK_HDL]" |
#define | Instances_doc "LcSettingC [LcSettingC Instances]" |
#define | Add_doc "LcSettingC [$parent Add name:string __type:LcConfigTypeE]" |
#define | AddIfNotExists_doc "LcSettingC [$setting AddIfNotExists name:string cfgtype:LcConfigTypeE]" |
#define | GetConfig_doc "LcConfigC [$setting GetConfig] (const)" |
#define | GetElem_doc "LcSettingC [$setting GetElem idx:int32] (const)" |
#define | GetMember_doc "LcSettingC [$setting GetMember name:string] (const)" |
#define | Lookup_doc "LcSettingC [$setting Lookup path:string]" |
#define | LookupAll_doc "MkBufferListC [$setting LookupAll] (const)" |
#define | Next_doc "LcSettingC [$cfs Next]" |
#define | Parent_doc "LcSettingC [$setting Parent] (const)" |
#define | Prev_doc "LcSettingC [$cfs Prev]" |
#define | SetBoolElem_doc "LcSettingC [$setting SetBoolElem idx:int32 value:int32]" |
#define | SetFloatElem_doc "LcSettingC [$setting SetFloatElem idx:int32 value:double]" |
#define | SetInt64Elem_doc "LcSettingC [$setting SetInt64Elem idx:int32 value:int64]" |
#define | SetIntElem_doc "LcSettingC [$setting SetIntElem idx:int32 value:int32]" |
#define | SetStringElem_doc "LcSettingC [$setting SetStringElem idx:int32 value:string]" |
#define | Exists_doc "bool [$setting Exists name:string]" |
#define | GetBool_doc "bool [$setting GetBool] (const)" |
#define | GetBoolElem_doc "bool [$setting GetBoolElem idx:int32] (const)" |
#define | GetFloat_doc "double [$setting GetFloat] (const)" |
#define | GetFloatElem_doc "double [$setting GetFloatElem idx:int32] (const)" |
#define | GetFormat_doc "LcConfigFormatE [$setting GetFormat] (const)" |
#define | GetInt_doc "int32 [$setting GetInt] (const)" |
#define | GetInt64_doc "int64 [$setting GetInt64] (const)" |
#define | GetInt64Elem_doc "int64 [$setting GetInt64Elem idx:int32] (const)" |
#define | GetIntElem_doc "int32 [$setting GetIntElem idx:int32] (const)" |
#define | GetString_doc "string [$setting GetString] (const)" |
#define | GetStringElem_doc "string [$setting GetStringElem idx:int32] (const)" |
#define | Index_doc "int32 [$setting Index] (const)" |
#define | IsAggregate_doc "bool [$setting IsAggregate] (const)" |
#define | IsArray_doc "bool [$setting IsArray] (const)" |
#define | IsGroup_doc "bool [$setting IsGroup] (const)" |
#define | IsList_doc "bool [$setting IsList] (const)" |
#define | IsNumber_doc "bool [$setting IsNumber] (const)" |
#define | IsRoot_doc "bool [$setting IsRoot] (const)" |
#define | IsScalar_doc "bool [$setting IsScalar] (const)" |
#define | Length_doc "int32 [$setting Length] (const)" |
#define | Name_doc "string [$setting Name] (const)" |
#define | Remove_doc "$parent Remove name:string" |
#define | RemoveElem_doc "$parent RemoveElem idx:int32" |
#define | SetBool_doc "$setting SetBool value:bool" |
#define | SetFloat_doc "$setting SetFloat value:double" |
#define | SetFormat_doc "$setting SetFormat format:LcConfigFormatE" |
#define | SetInt_doc "$setting SetInt value:int32" |
#define | SetInt64_doc "$setting SetInt64 value:int64" |
#define | SetString_doc "$setting SetString value:string" |
#define | SourceFile_doc "string [$setting SourceFile] (const)" |
#define | SourceLine_doc "int32 [$setting SourceLine] (const)" |
#define | Type_doc "LcConfigTypeE [$setting Type] (const)" |
#define | LookupBool_doc "bool [$setting LookupBool name:string] (const)" |
#define | LookupFloat_doc "double [$setting LookupFloat name:string] (const)" |
#define | LookupInt_doc "int32 [$setting LookupInt name:string] (const)" |
#define | LookupInt64_doc "int64 [$setting LookupInt64 name:string] (const)" |
#define | LookupString_doc "string [$setting LookupString name:string] (const)" |
Functions | |
static MK_PTR | tcllcconfig_LcSettingC_selfCreate (MK_RT mkrt, MK_OBJ const obj, MK_PTR const env) |
static void | tcllcconfig_LcSettingC_selfDelete (MK_RT mkrt, MK_PTR selfP, MK_PTR const env) |
static void | tcllcconfig_LcSettingC_selfUnlink (MK_RT mkrt, MK_PTR selfP, MK_PTR const env) |
static OT_ProcRet | tcllcconfig_LcSettingC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a LcSettingC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tcllcconfig_LcSettingC_HandleGet (LcSettingC_ARGS) |
static OT_ProcRet | tcllcconfig_LcSettingC_Next (LcSettingC_ARGS) |
Tcl: → C-API get next instance from linked-list of LcSettingS type | |
static OT_ProcRet | tcllcconfig_LcSettingC_Prev (LcSettingC_ARGS) |
Tcl: → C-API get previous instance from linked-list of LcSettingS type | |
static OT_ProcRet | tcllcconfig_LcSettingC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of LcSettingS type … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a LcSettingC typed NULL instance … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetElem (LcSettingC_ARGS) |
Tcl: → C-API This function fetches the element at the given index index in the setting setting, which must be an array, list, or group … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetMember (LcSettingC_ARGS) |
Tcl: → C-API This function fetches the child setting named name from the group setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetBool (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetBoolElem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetFloat (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetFloatElem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetFormat (LcSettingC_ARGS) |
Tcl: → C-API These functions get and set the external format for the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetInt (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetInt64 (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetInt64Elem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetIntElem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetString (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetStringElem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_IsAggregate (LcSettingC_ARGS) |
Tcl: → 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: → 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: → 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: → 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: → 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: → 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: → 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_Lookup (LcSettingC_ARGS) |
Tcl: → C-API This function locates a setting by a path path relative to the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupAll (LcSettingC_ARGS) |
Tcl: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupBool (LcSettingC_ARGS) |
Tcl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupFloat (LcSettingC_ARGS) |
Tcl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupInt (LcSettingC_ARGS) |
Tcl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupInt64 (LcSettingC_ARGS) |
Tcl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupString (LcSettingC_ARGS) |
Tcl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_AddIfNotExists (LcSettingC_ARGS) |
Tcl: → C-API addon - add name with type only if not exists in the setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Parent (LcSettingC_ARGS) |
Tcl: → C-API This function returns the parent setting of the given setting, or NULL if setting is the root setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Exists (LcSettingC_ARGS) |
Tcl: → C-API addon - return true if name exists in the setting otherwise false … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Index (LcSettingC_ARGS) |
Tcl: → C-API This function returns the index of the given setting within its parent setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Length (LcSettingC_ARGS) |
Tcl: → C-API This function returns the number of settings in a group, or the number of elements in a list or array … | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tcllcconfig_LcSettingC_Log (LcSettingC_ARGS) |
static OT_ProcRet | tcllcconfig_LcSettingC_Name (LcSettingC_ARGS) |
Tcl: → C-API This function returns the name of the given setting, or NULL if the setting has no name … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Remove (LcSettingC_ARGS) |
Tcl: → C-API This function removes and destroys the setting named name from the parent setting parent, which must be a group … | |
static OT_ProcRet | tcllcconfig_LcSettingC_RemoveElem (LcSettingC_ARGS) |
Tcl: → C-API This function removes the child setting at the given index index from the setting parent, which must be a group, list, or array … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SourceFile (LcSettingC_ARGS) |
Tcl: → C-API This function returns the name of the file from which the setting setting was read, or NULL if the setting was not read from a file … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SourceLine (LcSettingC_ARGS) |
Tcl: → C-API This function returns the line number of the configuration file or stream at which the setting setting was read, or 0 if no line number is available … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Type (LcSettingC_ARGS) |
Tcl: → C-API This function returns the type of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetBoolElem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetFloatElem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetInt64Elem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetIntElem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetStringElem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetBool (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetFloat (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetFormat (LcSettingC_ARGS) |
Tcl: → C-API These functions get and set the external format for the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetInt (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetInt64 (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetString (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Add (LcSettingC_ARGS) |
Tcl: → C-API This function adds a new child setting or element to the setting parent, which must be a group, array, or list … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetConfig (LcSettingC_ARGS) |
Tcl: → C-API addon - return the LcConfigC from the LcSettingC … | |
int | tcllcconfig_pLcSettingC_Init (MK_RT mkrt, Tcl_Interp *interp, Tcl_Namespace *ns) |
Variables | |
__thread OT_CLS_T | OT_CLASS = NULL |
static __thread MK_TYP | LcSettingCTT = NULL |
__thread OT_OBJ_T | tcllcconfig_LcSettingC_MK_NULL = NULL |
static Tcl_MethodType | tcllcconfig_sOtClassDef [] |
static Tcl_MethodType | tcllcconfig_sInstanceDef [] |
tag: nhi1-release-250425
Definition in file LcSettingC_tcl.c.
#define Add_doc "LcSettingC [$parent Add name:string __type:LcConfigTypeE]" |
Definition at line 120 of file LcSettingC_tcl.c.
#define AddIfNotExists_doc "LcSettingC [$setting AddIfNotExists name:string cfgtype:LcConfigTypeE]" |
Definition at line 123 of file LcSettingC_tcl.c.
#define ClassInit |
Definition at line 77 of file LcSettingC_tcl.c.
#define Exists_doc "bool [$setting Exists name:string]" |
Definition at line 139 of file LcSettingC_tcl.c.
#define GetBool_doc "bool [$setting GetBool] (const)" |
Definition at line 140 of file LcSettingC_tcl.c.
#define GetBoolElem_doc "bool [$setting GetBoolElem idx:int32] (const)" |
Definition at line 141 of file LcSettingC_tcl.c.
#define GetConfig_doc "LcConfigC [$setting GetConfig] (const)" |
Definition at line 124 of file LcSettingC_tcl.c.
#define GetElem_doc "LcSettingC [$setting GetElem idx:int32] (const)" |
Definition at line 125 of file LcSettingC_tcl.c.
#define GetFloat_doc "double [$setting GetFloat] (const)" |
Definition at line 142 of file LcSettingC_tcl.c.
#define GetFloatElem_doc "double [$setting GetFloatElem idx:int32] (const)" |
Definition at line 143 of file LcSettingC_tcl.c.
#define GetFormat_doc "LcConfigFormatE [$setting GetFormat] (const)" |
Definition at line 144 of file LcSettingC_tcl.c.
#define GetInt64_doc "int64 [$setting GetInt64] (const)" |
Definition at line 146 of file LcSettingC_tcl.c.
#define GetInt64Elem_doc "int64 [$setting GetInt64Elem idx:int32] (const)" |
Definition at line 147 of file LcSettingC_tcl.c.
#define GetInt_doc "int32 [$setting GetInt] (const)" |
Definition at line 145 of file LcSettingC_tcl.c.
#define GetIntElem_doc "int32 [$setting GetIntElem idx:int32] (const)" |
Definition at line 148 of file LcSettingC_tcl.c.
#define GetMember_doc "LcSettingC [$setting GetMember name:string] (const)" |
Definition at line 126 of file LcSettingC_tcl.c.
#define GetNull_doc "LcSettingC [LcSettingC GetNull]" |
Definition at line 115 of file LcSettingC_tcl.c.
#define GetString_doc "string [$setting GetString] (const)" |
Definition at line 149 of file LcSettingC_tcl.c.
#define GetStringElem_doc "string [$setting GetStringElem idx:int32] (const)" |
Definition at line 150 of file LcSettingC_tcl.c.
#define HandleResolve_doc "LcSettingC [LcSettingC HandleResolve netHdl:MK_HDL]" |
Definition at line 116 of file LcSettingC_tcl.c.
#define Index_doc "int32 [$setting Index] (const)" |
Definition at line 152 of file LcSettingC_tcl.c.
#define Instances_doc "LcSettingC [LcSettingC Instances]" |
Definition at line 117 of file LcSettingC_tcl.c.
#define IsAggregate_doc "bool [$setting IsAggregate] (const)" |
Definition at line 153 of file LcSettingC_tcl.c.
#define IsArray_doc "bool [$setting IsArray] (const)" |
Definition at line 154 of file LcSettingC_tcl.c.
#define IsGroup_doc "bool [$setting IsGroup] (const)" |
Definition at line 155 of file LcSettingC_tcl.c.
#define IsList_doc "bool [$setting IsList] (const)" |
Definition at line 156 of file LcSettingC_tcl.c.
#define IsNumber_doc "bool [$setting IsNumber] (const)" |
Definition at line 157 of file LcSettingC_tcl.c.
#define IsRoot_doc "bool [$setting IsRoot] (const)" |
Definition at line 158 of file LcSettingC_tcl.c.
#define IsScalar_doc "bool [$setting IsScalar] (const)" |
Definition at line 159 of file LcSettingC_tcl.c.
#define Length_doc "int32 [$setting Length] (const)" |
Definition at line 160 of file LcSettingC_tcl.c.
#define Lookup_doc "LcSettingC [$setting Lookup path:string]" |
Definition at line 127 of file LcSettingC_tcl.c.
#define LookupAll_doc "MkBufferListC [$setting LookupAll] (const)" |
Definition at line 128 of file LcSettingC_tcl.c.
#define LookupBool_doc "bool [$setting LookupBool name:string] (const)" |
Definition at line 176 of file LcSettingC_tcl.c.
#define LookupFloat_doc "double [$setting LookupFloat name:string] (const)" |
Definition at line 177 of file LcSettingC_tcl.c.
#define LookupInt64_doc "int64 [$setting LookupInt64 name:string] (const)" |
Definition at line 179 of file LcSettingC_tcl.c.
#define LookupInt_doc "int32 [$setting LookupInt name:string] (const)" |
Definition at line 178 of file LcSettingC_tcl.c.
#define LookupString_doc "string [$setting LookupString name:string] (const)" |
Definition at line 180 of file LcSettingC_tcl.c.
#define META_FILE_NAME "LcSettingC_tcl.c" |
Definition at line 11 of file LcSettingC_tcl.c.
#define Name_doc "string [$setting Name] (const)" |
Definition at line 162 of file LcSettingC_tcl.c.
#define Next_doc "LcSettingC [$cfs Next]" |
Definition at line 129 of file LcSettingC_tcl.c.
#define OBJECT2CFS | ( | O | ) |
Definition at line 18 of file LcSettingC_tcl.c.
#define OT_CLASS NS(LcSettingC) |
Definition at line 15 of file LcSettingC_tcl.c.
#define OT_CLASS_NAME "LcSettingC" |
Definition at line 16 of file LcSettingC_tcl.c.
#define OT_SETUP_hdl SetupHdlFromMetaData_2(CFS,LC_CFS); |
Definition at line 59 of file LcSettingC_tcl.c.
#define OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(CFS,LC_CFS); |
Definition at line 60 of file LcSettingC_tcl.c.
#define OT_SETUP_hdl_constr |
Definition at line 64 of file LcSettingC_tcl.c.
#define OT_SETUP_hdl_constr_pre |
Definition at line 63 of file LcSettingC_tcl.c.
#define OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(CFS,LC_CFS); |
Definition at line 61 of file LcSettingC_tcl.c.
#define OT_SETUP_hdl_static |
Definition at line 53 of file LcSettingC_tcl.c.
#define OT_SETUP_hdl_static_constr |
Definition at line 49 of file LcSettingC_tcl.c.
#define OT_SETUP_hdl_static_constr_pre |
Definition at line 48 of file LcSettingC_tcl.c.
#define Parent_doc "LcSettingC [$setting Parent] (const)" |
Definition at line 130 of file LcSettingC_tcl.c.
#define Prev_doc "LcSettingC [$cfs Prev]" |
Definition at line 131 of file LcSettingC_tcl.c.
#define Remove_doc "$parent Remove name:string" |
Definition at line 163 of file LcSettingC_tcl.c.
#define RemoveElem_doc "$parent RemoveElem idx:int32" |
Definition at line 164 of file LcSettingC_tcl.c.
#define SetBool_doc "$setting SetBool value:bool" |
Definition at line 165 of file LcSettingC_tcl.c.
#define SetBoolElem_doc "LcSettingC [$setting SetBoolElem idx:int32 value:int32]" |
Definition at line 132 of file LcSettingC_tcl.c.
#define SetFloat_doc "$setting SetFloat value:double" |
Definition at line 166 of file LcSettingC_tcl.c.
#define SetFloatElem_doc "LcSettingC [$setting SetFloatElem idx:int32 value:double]" |
Definition at line 133 of file LcSettingC_tcl.c.
#define SetFormat_doc "$setting SetFormat format:LcConfigFormatE" |
Definition at line 167 of file LcSettingC_tcl.c.
#define SetInt64_doc "$setting SetInt64 value:int64" |
Definition at line 169 of file LcSettingC_tcl.c.
#define SetInt64Elem_doc "LcSettingC [$setting SetInt64Elem idx:int32 value:int64]" |
Definition at line 134 of file LcSettingC_tcl.c.
#define SetInt_doc "$setting SetInt value:int32" |
Definition at line 168 of file LcSettingC_tcl.c.
#define SetIntElem_doc "LcSettingC [$setting SetIntElem idx:int32 value:int32]" |
Definition at line 135 of file LcSettingC_tcl.c.
#define SetString_doc "$setting SetString value:string" |
Definition at line 170 of file LcSettingC_tcl.c.
#define SetStringElem_doc "LcSettingC [$setting SetStringElem idx:int32 value:string]" |
Definition at line 136 of file LcSettingC_tcl.c.
#define SetupRtFromHdl_X | ( | hdl | ) |
Definition at line 73 of file LcSettingC_tcl.c.
#define SetupRtFromHdl_XN | ( | hdl | ) |
Definition at line 72 of file LcSettingC_tcl.c.
#define SourceFile_doc "string [$setting SourceFile] (const)" |
Definition at line 171 of file LcSettingC_tcl.c.
#define SourceLine_doc "int32 [$setting SourceLine] (const)" |
Definition at line 172 of file LcSettingC_tcl.c.
#define Type_doc "LcConfigTypeE [$setting Type] (const)" |
Definition at line 173 of file LcSettingC_tcl.c.
#define VER TCL_OO_METHOD_VERSION_CURRENT |
Definition at line 108 of file LcSettingC_tcl.c.
|
static |
Definition at line 28 of file LcSettingC_tcl.c.
Definition at line 33 of file LcSettingC_tcl.c.
Definition at line 39 of file LcSettingC_tcl.c.
int tcllcconfig_pLcSettingC_Init | ( | MK_RT | mkrt, |
Tcl_Interp * | interp, | ||
Tcl_Namespace * | ns ) |
Public API
Definition at line 1273 of file LcSettingC_tcl.c.
|
static |
Definition at line 24 of file LcSettingC_tcl.c.
__thread OT_CLS_T OT_CLASS = NULL |
Definition at line 21 of file LcSettingC_tcl.c.
__thread OT_OBJ_T tcllcconfig_LcSettingC_MK_NULL = NULL |
Definition at line 25 of file LcSettingC_tcl.c.
|
static |
Definition at line 1197 of file LcSettingC_tcl.c.
|
static |
Definition at line 1183 of file LcSettingC_tcl.c.