theConfig 10.0
|
tag: nhi1-release-250425 More...
#include "LibLcConfig_private_py.h"
Go to the source code of this file.
Macros | |
#define | META_FILE_NAME "LcSettingC_py.c" |
#define | OT_CLASS (&NS(LcSettingCR)) |
#define | OT_CLASS_NAME "LcSettingC" |
#define | OT_LNG2META(O) |
#define | OT_retObj_CONSTR(mng) |
#define | OT_SETUP_hdl OT_SETUP_hdl_tmpl(LcSettingC) |
#define | OT_SETUP_hdl__null_allow OT_SETUP_hdl_tmpl__null_allow(LcSettingC) |
#define | OT_SETUP_hdl_constr |
#define | OT_SETUP_hdl_destr OT_SETUP_hdl_tmpl__null_allow(LcSettingC) |
#define | OT_SETUP_hdl_static |
#define | OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
#define | SetupRtFromObj_X(hdl) |
#define | SetupRtFromObj_XN(hdl) |
#define | LcSettingCTT LC(LcConfigThreadState).LcSettingCTT |
#define | ClassInit |
#define | META_CONTEXT_S MK_ERROR_DEFAULT |
#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 OT_OBJ_T | pylcconfig_LcSettingC_CTOR (MK_RT mkrt, OT_CLS_T type, LC_CFS hdl) |
static MK_PTR | pylcconfig_LcSettingC_selfCreate (MK_RT mkrt, MK_OBJ const obj, MK_PTR const env) |
static void | pylcconfig_LcSettingC_selfDelete (MK_RT mkrt, MK_PTR self, MK_PTR const env) |
static void | pylcconfig_LcSettingC_selfUnlink (MK_RT mkrt, MK_PTR self, MK_PTR const env) |
static OT_ProcRet | pylcconfig_LcSettingC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a LcSettingC from netHdl or None if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pylcconfig_LcSettingC_HandleGet (LcSettingC_ARGS) |
static OT_ProcRet | pylcconfig_LcSettingC_Next (LcSettingC_ARGS) |
Python: → C-API get next instance from linked-list of LcSettingS type | |
static OT_ProcRet | pylcconfig_LcSettingC_Prev (LcSettingC_ARGS) |
Python: → C-API get previous instance from linked-list of LcSettingS type | |
static OT_ProcRet | pylcconfig_LcSettingC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of LcSettingS type … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a LcSettingC typed NULL instance … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetElem (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_GetMember (LcSettingC_ARGS) |
Python: → C-API This function fetches the child setting named name from the group setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetBool (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetBoolElem (LcSettingC_ARGS) |
Python: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetFloat (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetFloatElem (LcSettingC_ARGS) |
Python: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetFormat (LcSettingC_ARGS) |
Python: → C-API These functions get and set the external format for the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetInt (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetInt64 (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetInt64Elem (LcSettingC_ARGS) |
Python: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetIntElem (LcSettingC_ARGS) |
Python: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetString (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetStringElem (LcSettingC_ARGS) |
Python: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_IsAggregate (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_IsArray (LcSettingC_ARGS) |
Python: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | pylcconfig_LcSettingC_IsGroup (LcSettingC_ARGS) |
Python: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | pylcconfig_LcSettingC_IsList (LcSettingC_ARGS) |
Python: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | pylcconfig_LcSettingC_IsNumber (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_IsRoot (LcSettingC_ARGS) |
Python: → C-API This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise … | |
static OT_ProcRet | pylcconfig_LcSettingC_IsScalar (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_Lookup (LcSettingC_ARGS) |
Python: → C-API This function locates a setting by a path path relative to the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupAll (LcSettingC_ARGS) |
Python: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupBool (LcSettingC_ARGS) |
Python: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupFloat (LcSettingC_ARGS) |
Python: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupInt (LcSettingC_ARGS) |
Python: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupInt64 (LcSettingC_ARGS) |
Python: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupString (LcSettingC_ARGS) |
Python: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_AddIfNotExists (LcSettingC_ARGS) |
Python: → C-API addon - add name with type only if not exists in the setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_Parent (LcSettingC_ARGS) |
Python: → C-API This function returns the parent setting of the given setting, or NULL if setting is the root setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_Exists (LcSettingC_ARGS) |
Python: → C-API addon - return true if name exists in the setting otherwise false … | |
static OT_ProcRet | pylcconfig_LcSettingC_Index (LcSettingC_ARGS) |
Python: → C-API This function returns the index of the given setting within its parent setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_Length (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_Log (LcSettingC_ARGS) |
static OT_ProcRet | pylcconfig_LcSettingC_Name (LcSettingC_ARGS) |
Python: → C-API This function returns the name of the given setting, or NULL if the setting has no name … | |
static OT_ProcRet | pylcconfig_LcSettingC_Remove (LcSettingC_ARGS) |
Python: → C-API This function removes and destroys the setting named name from the parent setting parent, which must be a group … | |
static OT_ProcRet | pylcconfig_LcSettingC_RemoveElem (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_SourceFile (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_SourceLine (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_Type (LcSettingC_ARGS) |
Python: → C-API This function returns the type of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetBoolElem (LcSettingC_ARGS) |
Python: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetFloatElem (LcSettingC_ARGS) |
Python: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetInt64Elem (LcSettingC_ARGS) |
Python: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetIntElem (LcSettingC_ARGS) |
Python: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetStringElem (LcSettingC_ARGS) |
Python: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetBool (LcSettingC_ARGS) |
Python: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetFloat (LcSettingC_ARGS) |
Python: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetFormat (LcSettingC_ARGS) |
Python: → C-API These functions get and set the external format for the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetInt (LcSettingC_ARGS) |
Python: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetInt64 (LcSettingC_ARGS) |
Python: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_SetString (LcSettingC_ARGS) |
Python: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | pylcconfig_LcSettingC_Add (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_GetConfig (LcSettingC_ARGS) |
Python: → C-API addon - return the LcConfigC from the LcSettingC … | |
int | pylcconfig_pLcSettingC_Init (MK_RT mkrt, PyObject *m) |
Variables | |
static PyMethodDef | LcSettingC_Methods [] |
OT_CLASS_TYPE_REF | pylcconfig_LcSettingCR |
tag: nhi1-release-250425
Definition in file LcSettingC_py.c.
#define Add_doc "LcSettingC parent.Add(name:string, __type:LcConfigTypeE)" |
Definition at line 104 of file LcSettingC_py.c.
#define AddIfNotExists_doc "LcSettingC setting.AddIfNotExists(name:string, cfgtype:LcConfigTypeE)" |
Definition at line 107 of file LcSettingC_py.c.
#define ClassInit |
Definition at line 65 of file LcSettingC_py.c.
#define Exists_doc "bool setting.Exists(name:string)" |
Definition at line 123 of file LcSettingC_py.c.
#define GetBool_doc "bool setting.GetBool() (const)" |
Definition at line 124 of file LcSettingC_py.c.
#define GetBoolElem_doc "bool setting.GetBoolElem(idx:int32) (const)" |
Definition at line 125 of file LcSettingC_py.c.
#define GetConfig_doc "LcConfigC setting.GetConfig() (const)" |
Definition at line 108 of file LcSettingC_py.c.
#define GetElem_doc "LcSettingC setting.GetElem(idx:int32) (const)" |
Definition at line 109 of file LcSettingC_py.c.
#define GetFloat_doc "double setting.GetFloat() (const)" |
Definition at line 126 of file LcSettingC_py.c.
#define GetFloatElem_doc "double setting.GetFloatElem(idx:int32) (const)" |
Definition at line 127 of file LcSettingC_py.c.
#define GetFormat_doc "LcConfigFormatE setting.GetFormat() (const)" |
Definition at line 128 of file LcSettingC_py.c.
#define GetInt64_doc "int64 setting.GetInt64() (const)" |
Definition at line 130 of file LcSettingC_py.c.
#define GetInt64Elem_doc "int64 setting.GetInt64Elem(idx:int32) (const)" |
Definition at line 131 of file LcSettingC_py.c.
#define GetInt_doc "int32 setting.GetInt() (const)" |
Definition at line 129 of file LcSettingC_py.c.
#define GetIntElem_doc "int32 setting.GetIntElem(idx:int32) (const)" |
Definition at line 132 of file LcSettingC_py.c.
#define GetMember_doc "LcSettingC setting.GetMember(name:string) (const)" |
Definition at line 110 of file LcSettingC_py.c.
#define GetNull_doc "LcSettingC LcSettingC.GetNull()" |
doc definition
Definition at line 99 of file LcSettingC_py.c.
#define GetString_doc "string setting.GetString() (const)" |
Definition at line 133 of file LcSettingC_py.c.
#define GetStringElem_doc "string setting.GetStringElem(idx:int32) (const)" |
Definition at line 134 of file LcSettingC_py.c.
#define HandleResolve_doc "LcSettingC LcSettingC.HandleResolve(netHdl:MK_HDL)" |
Definition at line 100 of file LcSettingC_py.c.
#define Index_doc "int32 setting.Index() (const)" |
Definition at line 136 of file LcSettingC_py.c.
#define Instances_doc "LcSettingC LcSettingC.Instances()" |
Definition at line 101 of file LcSettingC_py.c.
#define IsAggregate_doc "bool setting.IsAggregate() (const)" |
Definition at line 137 of file LcSettingC_py.c.
#define IsArray_doc "bool setting.IsArray() (const)" |
Definition at line 138 of file LcSettingC_py.c.
#define IsGroup_doc "bool setting.IsGroup() (const)" |
Definition at line 139 of file LcSettingC_py.c.
#define IsList_doc "bool setting.IsList() (const)" |
Definition at line 140 of file LcSettingC_py.c.
#define IsNumber_doc "bool setting.IsNumber() (const)" |
Definition at line 141 of file LcSettingC_py.c.
#define IsRoot_doc "bool setting.IsRoot() (const)" |
Definition at line 142 of file LcSettingC_py.c.
#define IsScalar_doc "bool setting.IsScalar() (const)" |
Definition at line 143 of file LcSettingC_py.c.
#define LcSettingCTT LC(LcConfigThreadState).LcSettingCTT |
Definition at line 40 of file LcSettingC_py.c.
#define Length_doc "int32 setting.Length() (const)" |
Definition at line 144 of file LcSettingC_py.c.
#define Lookup_doc "LcSettingC setting.Lookup(path:string)" |
Definition at line 111 of file LcSettingC_py.c.
#define LookupAll_doc "MkBufferListC setting.LookupAll() (const)" |
Definition at line 112 of file LcSettingC_py.c.
#define LookupBool_doc "bool setting.LookupBool(name:string) (const)" |
Definition at line 160 of file LcSettingC_py.c.
#define LookupFloat_doc "double setting.LookupFloat(name:string) (const)" |
Definition at line 161 of file LcSettingC_py.c.
#define LookupInt64_doc "int64 setting.LookupInt64(name:string) (const)" |
Definition at line 163 of file LcSettingC_py.c.
#define LookupInt_doc "int32 setting.LookupInt(name:string) (const)" |
Definition at line 162 of file LcSettingC_py.c.
#define LookupString_doc "string setting.LookupString(name:string) (const)" |
Definition at line 164 of file LcSettingC_py.c.
#define META_CONTEXT_S MK_ERROR_DEFAULT |
Definition at line 88 of file LcSettingC_py.c.
#define META_FILE_NAME "LcSettingC_py.c" |
Definition at line 11 of file LcSettingC_py.c.
#define Name_doc "string setting.Name() (const)" |
Definition at line 146 of file LcSettingC_py.c.
#define Next_doc "LcSettingC cfs.Next()" |
Definition at line 113 of file LcSettingC_py.c.
#define OT_CLASS (&NS(LcSettingCR)) |
Definition at line 16 of file LcSettingC_py.c.
#define OT_CLASS_NAME "LcSettingC" |
Definition at line 17 of file LcSettingC_py.c.
#define OT_LNG2META | ( | O | ) |
Definition at line 19 of file LcSettingC_py.c.
#define OT_retObj_CONSTR | ( | mng | ) |
Definition at line 21 of file LcSettingC_py.c.
#define OT_SETUP_hdl OT_SETUP_hdl_tmpl(LcSettingC) |
Definition at line 23 of file LcSettingC_py.c.
#define OT_SETUP_hdl__null_allow OT_SETUP_hdl_tmpl__null_allow(LcSettingC) |
Definition at line 24 of file LcSettingC_py.c.
#define OT_SETUP_hdl_constr |
Definition at line 25 of file LcSettingC_py.c.
#define OT_SETUP_hdl_destr OT_SETUP_hdl_tmpl__null_allow(LcSettingC) |
Definition at line 27 of file LcSettingC_py.c.
#define OT_SETUP_hdl_static |
Definition at line 28 of file LcSettingC_py.c.
#define OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
Definition at line 31 of file LcSettingC_py.c.
#define Parent_doc "LcSettingC setting.Parent() (const)" |
Definition at line 114 of file LcSettingC_py.c.
#define Prev_doc "LcSettingC cfs.Prev()" |
Definition at line 115 of file LcSettingC_py.c.
#define Remove_doc "parent.Remove(name:string)" |
Definition at line 147 of file LcSettingC_py.c.
#define RemoveElem_doc "parent.RemoveElem(idx:int32)" |
Definition at line 148 of file LcSettingC_py.c.
#define SetBool_doc "setting.SetBool(value:bool)" |
Definition at line 149 of file LcSettingC_py.c.
#define SetBoolElem_doc "LcSettingC setting.SetBoolElem(idx:int32, value:int32)" |
Definition at line 116 of file LcSettingC_py.c.
#define SetFloat_doc "setting.SetFloat(value:double)" |
Definition at line 150 of file LcSettingC_py.c.
#define SetFloatElem_doc "LcSettingC setting.SetFloatElem(idx:int32, value:double)" |
Definition at line 117 of file LcSettingC_py.c.
#define SetFormat_doc "setting.SetFormat(format:LcConfigFormatE)" |
Definition at line 151 of file LcSettingC_py.c.
#define SetInt64_doc "setting.SetInt64(value:int64)" |
Definition at line 153 of file LcSettingC_py.c.
#define SetInt64Elem_doc "LcSettingC setting.SetInt64Elem(idx:int32, value:int64)" |
Definition at line 118 of file LcSettingC_py.c.
#define SetInt_doc "setting.SetInt(value:int32)" |
Definition at line 152 of file LcSettingC_py.c.
#define SetIntElem_doc "LcSettingC setting.SetIntElem(idx:int32, value:int32)" |
Definition at line 119 of file LcSettingC_py.c.
#define SetString_doc "setting.SetString(value:string)" |
Definition at line 154 of file LcSettingC_py.c.
#define SetStringElem_doc "LcSettingC setting.SetStringElem(idx:int32, value:string)" |
Definition at line 120 of file LcSettingC_py.c.
#define SetupRtFromObj_X | ( | hdl | ) |
Definition at line 34 of file LcSettingC_py.c.
#define SetupRtFromObj_XN | ( | hdl | ) |
Definition at line 35 of file LcSettingC_py.c.
#define SourceFile_doc "string setting.SourceFile() (const)" |
Definition at line 155 of file LcSettingC_py.c.
#define SourceLine_doc "int32 setting.SourceLine() (const)" |
Definition at line 156 of file LcSettingC_py.c.
#define Type_doc "LcConfigTypeE setting.Type() (const)" |
Definition at line 157 of file LcSettingC_py.c.
Definition at line 44 of file LcSettingC_py.c.
|
static |
Definition at line 51 of file LcSettingC_py.c.
Definition at line 55 of file LcSettingC_py.c.
Definition at line 59 of file LcSettingC_py.c.
int pylcconfig_pLcSettingC_Init | ( | MK_RT | mkrt, |
PyObject * | m ) |
Definition at line 1297 of file LcSettingC_py.c.
|
static |
Type definition
Definition at line 1169 of file LcSettingC_py.c.
OT_CLASS_TYPE_REF pylcconfig_LcSettingCR |
Public API
Definition at line 1281 of file LcSettingC_py.c.