theConfig 10.0
|
tag: nhi1-release-250425 More...
#include "LibLcConfig_private_atl.h"
Go to the source code of this file.
Macros | |
#define | META_FILE_NAME "LcSettingC_atl.c" |
#define | OT_CLASS alcrt->AtlLcSettingC |
#define | OT_NULL alcrt->AtlLcSettingC_MK_NULL |
#define | OT_CLASS_NAME "LcSettingC" |
#define | SELF2HDL(O) |
#define | OT_SETUP_hdl SetupHdlFromMetaData_2(LC_CFS) |
#define | OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(LC_CFS) |
#define | OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(LC_CFS) |
#define | OT_SETUP_hdl_constr SetupHdlConstr(LcSettingC) |
#define | OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
#define | OT_SETUP_hdl_static SetupHdlStatic(LcSettingC) |
#define | OT_retObj_CONSTR(x) |
#define | ClassInit |
#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 [LcSettingC::Add $parent name:string __type:LcConfigTypeE]" |
#define | AddIfNotExists_doc "LcSettingC [LcSettingC::AddIfNotExists $setting name:string cfgtype:LcConfigTypeE]" |
#define | GetConfig_doc "LcConfigC [LcSettingC::GetConfig $setting] (const)" |
#define | GetElem_doc "LcSettingC [LcSettingC::GetElem $setting idx:int32] (const)" |
#define | GetMember_doc "LcSettingC [LcSettingC::GetMember $setting name:string] (const)" |
#define | Lookup_doc "LcSettingC [LcSettingC::Lookup $setting path:string]" |
#define | LookupAll_doc "MkBufferListC [LcSettingC::LookupAll $setting] (const)" |
#define | Next_doc "LcSettingC [LcSettingC::Next $cfs]" |
#define | Parent_doc "LcSettingC [LcSettingC::Parent $setting] (const)" |
#define | Prev_doc "LcSettingC [LcSettingC::Prev $cfs]" |
#define | SetBoolElem_doc "LcSettingC [LcSettingC::SetBoolElem $setting idx:int32 value:int32]" |
#define | SetFloatElem_doc "LcSettingC [LcSettingC::SetFloatElem $setting idx:int32 value:double]" |
#define | SetInt64Elem_doc "LcSettingC [LcSettingC::SetInt64Elem $setting idx:int32 value:int64]" |
#define | SetIntElem_doc "LcSettingC [LcSettingC::SetIntElem $setting idx:int32 value:int32]" |
#define | SetStringElem_doc "LcSettingC [LcSettingC::SetStringElem $setting idx:int32 value:string]" |
#define | Exists_doc "bool [LcSettingC::Exists $setting name:string]" |
#define | GetBool_doc "bool [LcSettingC::GetBool $setting] (const)" |
#define | GetBoolElem_doc "bool [LcSettingC::GetBoolElem $setting idx:int32] (const)" |
#define | GetFloat_doc "double [LcSettingC::GetFloat $setting] (const)" |
#define | GetFloatElem_doc "double [LcSettingC::GetFloatElem $setting idx:int32] (const)" |
#define | GetFormat_doc "LcConfigFormatE [LcSettingC::GetFormat $setting] (const)" |
#define | GetInt_doc "int32 [LcSettingC::GetInt $setting] (const)" |
#define | GetInt64_doc "int64 [LcSettingC::GetInt64 $setting] (const)" |
#define | GetInt64Elem_doc "int64 [LcSettingC::GetInt64Elem $setting idx:int32] (const)" |
#define | GetIntElem_doc "int32 [LcSettingC::GetIntElem $setting idx:int32] (const)" |
#define | GetString_doc "string [LcSettingC::GetString $setting] (const)" |
#define | GetStringElem_doc "string [LcSettingC::GetStringElem $setting idx:int32] (const)" |
#define | Index_doc "int32 [LcSettingC::Index $setting] (const)" |
#define | IsAggregate_doc "bool [LcSettingC::IsAggregate $setting] (const)" |
#define | IsArray_doc "bool [LcSettingC::IsArray $setting] (const)" |
#define | IsGroup_doc "bool [LcSettingC::IsGroup $setting] (const)" |
#define | IsList_doc "bool [LcSettingC::IsList $setting] (const)" |
#define | IsNumber_doc "bool [LcSettingC::IsNumber $setting] (const)" |
#define | IsRoot_doc "bool [LcSettingC::IsRoot $setting] (const)" |
#define | IsScalar_doc "bool [LcSettingC::IsScalar $setting] (const)" |
#define | Length_doc "int32 [LcSettingC::Length $setting] (const)" |
#define | Name_doc "string [LcSettingC::Name $setting] (const)" |
#define | Remove_doc "LcSettingC::Remove $parent name:string" |
#define | RemoveElem_doc "LcSettingC::RemoveElem $parent idx:int32" |
#define | SetBool_doc "LcSettingC::SetBool $setting value:bool" |
#define | SetFloat_doc "LcSettingC::SetFloat $setting value:double" |
#define | SetFormat_doc "LcSettingC::SetFormat $setting format:LcConfigFormatE" |
#define | SetInt_doc "LcSettingC::SetInt $setting value:int32" |
#define | SetInt64_doc "LcSettingC::SetInt64 $setting value:int64" |
#define | SetString_doc "LcSettingC::SetString $setting value:string" |
#define | SourceFile_doc "string [LcSettingC::SourceFile $setting] (const)" |
#define | SourceLine_doc "int32 [LcSettingC::SourceLine $setting] (const)" |
#define | Type_doc "LcConfigTypeE [LcSettingC::Type $setting] (const)" |
#define | LookupBool_doc "bool [LcSettingC::LookupBool $setting name:string] (const)" |
#define | LookupFloat_doc "double [LcSettingC::LookupFloat $setting name:string] (const)" |
#define | LookupInt_doc "int32 [LcSettingC::LookupInt $setting name:string] (const)" |
#define | LookupInt64_doc "int64 [LcSettingC::LookupInt64 $setting name:string] (const)" |
#define | LookupString_doc "string [LcSettingC::LookupString $setting name:string] (const)" |
Functions | |
static MK_PTR | atllcconfig_LcSettingC_selfCreate (MK_RT mkrt, MK_OBJ const obj, MK_PTR const env) |
static void | atllcconfig_LcSettingC_selfDelete (MK_RT mkrt, MK_PTR selfP, MK_PTR const env) |
static void | atllcconfig_LcSettingC_selfUnlink (MK_RT mkrt, MK_PTR selfP, MK_PTR const env) |
static OT_ProcRet | atllcconfig_LcSettingC_HandleResolve (OtClass_ARGS) |
Atl: → C-API Handle-Resolve-Slot - return a LcSettingC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | atllcconfig_LcSettingC_HandleGet (LcSettingC_ARGS) |
static OT_ProcRet | atllcconfig_LcSettingC_Next (LcSettingC_ARGS) |
Atl: → C-API get next instance from linked-list of LcSettingS type | |
static OT_ProcRet | atllcconfig_LcSettingC_Prev (LcSettingC_ARGS) |
Atl: → C-API get previous instance from linked-list of LcSettingS type | |
static OT_ProcRet | atllcconfig_LcSettingC_Instances (OtClass_ARGS) |
Atl: → C-API get head-instance from linked-list of LcSettingS type … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetNull (OtClass_ARGS) |
Atl: → C-API Null-Slot - return a LcSettingC typed NULL instance … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetElem (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_GetMember (LcSettingC_ARGS) |
Atl: → C-API This function fetches the child setting named name from the group setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetBool (LcSettingC_ARGS) |
Atl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetBoolElem (LcSettingC_ARGS) |
Atl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetFloat (LcSettingC_ARGS) |
Atl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetFloatElem (LcSettingC_ARGS) |
Atl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetFormat (LcSettingC_ARGS) |
Atl: → C-API These functions get and set the external format for the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetInt (LcSettingC_ARGS) |
Atl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetInt64 (LcSettingC_ARGS) |
Atl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetInt64Elem (LcSettingC_ARGS) |
Atl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetIntElem (LcSettingC_ARGS) |
Atl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetString (LcSettingC_ARGS) |
Atl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_GetStringElem (LcSettingC_ARGS) |
Atl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_IsAggregate (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_IsArray (LcSettingC_ARGS) |
Atl: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | atllcconfig_LcSettingC_IsGroup (LcSettingC_ARGS) |
Atl: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | atllcconfig_LcSettingC_IsList (LcSettingC_ARGS) |
Atl: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | atllcconfig_LcSettingC_IsNumber (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_IsRoot (LcSettingC_ARGS) |
Atl: → C-API This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise … | |
static OT_ProcRet | atllcconfig_LcSettingC_IsScalar (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_Lookup (LcSettingC_ARGS) |
Atl: → C-API This function locates a setting by a path path relative to the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_LookupAll (LcSettingC_ARGS) |
Atl: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
static OT_ProcRet | atllcconfig_LcSettingC_LookupBool (LcSettingC_ARGS) |
Atl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_LookupFloat (LcSettingC_ARGS) |
Atl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_LookupInt (LcSettingC_ARGS) |
Atl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_LookupInt64 (LcSettingC_ARGS) |
Atl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_LookupString (LcSettingC_ARGS) |
Atl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_AddIfNotExists (LcSettingC_ARGS) |
Atl: → C-API addon - add name with type only if not exists in the setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_Parent (LcSettingC_ARGS) |
Atl: → C-API This function returns the parent setting of the given setting, or NULL if setting is the root setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_Exists (LcSettingC_ARGS) |
Atl: → C-API addon - return true if name exists in the setting otherwise false … | |
static OT_ProcRet | atllcconfig_LcSettingC_Index (LcSettingC_ARGS) |
Atl: → C-API This function returns the index of the given setting within its parent setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_Length (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_Log (LcSettingC_ARGS) |
static OT_ProcRet | atllcconfig_LcSettingC_Name (LcSettingC_ARGS) |
Atl: → C-API This function returns the name of the given setting, or NULL if the setting has no name … | |
static OT_ProcRet | atllcconfig_LcSettingC_Remove (LcSettingC_ARGS) |
Atl: → C-API This function removes and destroys the setting named name from the parent setting parent, which must be a group … | |
static OT_ProcRet | atllcconfig_LcSettingC_RemoveElem (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_SourceFile (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_SourceLine (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_Type (LcSettingC_ARGS) |
Atl: → C-API This function returns the type of the given setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetBoolElem (LcSettingC_ARGS) |
Atl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetFloatElem (LcSettingC_ARGS) |
Atl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetInt64Elem (LcSettingC_ARGS) |
Atl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetIntElem (LcSettingC_ARGS) |
Atl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetStringElem (LcSettingC_ARGS) |
Atl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetBool (LcSettingC_ARGS) |
Atl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetFloat (LcSettingC_ARGS) |
Atl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetFormat (LcSettingC_ARGS) |
Atl: → C-API These functions get and set the external format for the setting setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetInt (LcSettingC_ARGS) |
Atl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetInt64 (LcSettingC_ARGS) |
Atl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_SetString (LcSettingC_ARGS) |
Atl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | atllcconfig_LcSettingC_Add (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_GetConfig (LcSettingC_ARGS) |
Atl: → C-API addon - return the LcConfigC from the LcSettingC … | |
int | atllcconfig_pLcSettingC_Init (OT_LC_ARGS OT_NS_T ns) |
Variables | |
static const OtObjProcDefS | atllcconfig_sOtClassDef [] |
static const OtObjProcDefS | atllcconfig_sInstanceDef [] |
tag: nhi1-release-250425
Definition in file LcSettingC_atl.c.
#define Add_doc "LcSettingC [LcSettingC::Add $parent name:string __type:LcConfigTypeE]" |
Definition at line 99 of file LcSettingC_atl.c.
#define AddIfNotExists_doc "LcSettingC [LcSettingC::AddIfNotExists $setting name:string cfgtype:LcConfigTypeE]" |
Definition at line 102 of file LcSettingC_atl.c.
#define ClassInit |
Definition at line 57 of file LcSettingC_atl.c.
#define Exists_doc "bool [LcSettingC::Exists $setting name:string]" |
Definition at line 118 of file LcSettingC_atl.c.
#define GetBool_doc "bool [LcSettingC::GetBool $setting] (const)" |
Definition at line 119 of file LcSettingC_atl.c.
#define GetBoolElem_doc "bool [LcSettingC::GetBoolElem $setting idx:int32] (const)" |
Definition at line 120 of file LcSettingC_atl.c.
#define GetConfig_doc "LcConfigC [LcSettingC::GetConfig $setting] (const)" |
Definition at line 103 of file LcSettingC_atl.c.
#define GetElem_doc "LcSettingC [LcSettingC::GetElem $setting idx:int32] (const)" |
Definition at line 104 of file LcSettingC_atl.c.
#define GetFloat_doc "double [LcSettingC::GetFloat $setting] (const)" |
Definition at line 121 of file LcSettingC_atl.c.
#define GetFloatElem_doc "double [LcSettingC::GetFloatElem $setting idx:int32] (const)" |
Definition at line 122 of file LcSettingC_atl.c.
#define GetFormat_doc "LcConfigFormatE [LcSettingC::GetFormat $setting] (const)" |
Definition at line 123 of file LcSettingC_atl.c.
#define GetInt64_doc "int64 [LcSettingC::GetInt64 $setting] (const)" |
Definition at line 125 of file LcSettingC_atl.c.
#define GetInt64Elem_doc "int64 [LcSettingC::GetInt64Elem $setting idx:int32] (const)" |
Definition at line 126 of file LcSettingC_atl.c.
#define GetInt_doc "int32 [LcSettingC::GetInt $setting] (const)" |
Definition at line 124 of file LcSettingC_atl.c.
#define GetIntElem_doc "int32 [LcSettingC::GetIntElem $setting idx:int32] (const)" |
Definition at line 127 of file LcSettingC_atl.c.
#define GetMember_doc "LcSettingC [LcSettingC::GetMember $setting name:string] (const)" |
Definition at line 105 of file LcSettingC_atl.c.
#define GetNull_doc "LcSettingC [LcSettingC::GetNull]" |
Definition at line 94 of file LcSettingC_atl.c.
#define GetString_doc "string [LcSettingC::GetString $setting] (const)" |
Definition at line 128 of file LcSettingC_atl.c.
#define GetStringElem_doc "string [LcSettingC::GetStringElem $setting idx:int32] (const)" |
Definition at line 129 of file LcSettingC_atl.c.
#define HandleResolve_doc "LcSettingC [LcSettingC::HandleResolve netHdl:MK_HDL]" |
Definition at line 95 of file LcSettingC_atl.c.
#define Index_doc "int32 [LcSettingC::Index $setting] (const)" |
Definition at line 131 of file LcSettingC_atl.c.
#define Instances_doc "LcSettingC [LcSettingC::Instances]" |
Definition at line 96 of file LcSettingC_atl.c.
#define IsAggregate_doc "bool [LcSettingC::IsAggregate $setting] (const)" |
Definition at line 132 of file LcSettingC_atl.c.
#define IsArray_doc "bool [LcSettingC::IsArray $setting] (const)" |
Definition at line 133 of file LcSettingC_atl.c.
#define IsGroup_doc "bool [LcSettingC::IsGroup $setting] (const)" |
Definition at line 134 of file LcSettingC_atl.c.
#define IsList_doc "bool [LcSettingC::IsList $setting] (const)" |
Definition at line 135 of file LcSettingC_atl.c.
#define IsNumber_doc "bool [LcSettingC::IsNumber $setting] (const)" |
Definition at line 136 of file LcSettingC_atl.c.
#define IsRoot_doc "bool [LcSettingC::IsRoot $setting] (const)" |
Definition at line 137 of file LcSettingC_atl.c.
#define IsScalar_doc "bool [LcSettingC::IsScalar $setting] (const)" |
Definition at line 138 of file LcSettingC_atl.c.
#define Length_doc "int32 [LcSettingC::Length $setting] (const)" |
Definition at line 139 of file LcSettingC_atl.c.
#define Lookup_doc "LcSettingC [LcSettingC::Lookup $setting path:string]" |
Definition at line 106 of file LcSettingC_atl.c.
#define LookupAll_doc "MkBufferListC [LcSettingC::LookupAll $setting] (const)" |
Definition at line 107 of file LcSettingC_atl.c.
#define LookupBool_doc "bool [LcSettingC::LookupBool $setting name:string] (const)" |
Definition at line 155 of file LcSettingC_atl.c.
#define LookupFloat_doc "double [LcSettingC::LookupFloat $setting name:string] (const)" |
Definition at line 156 of file LcSettingC_atl.c.
#define LookupInt64_doc "int64 [LcSettingC::LookupInt64 $setting name:string] (const)" |
Definition at line 158 of file LcSettingC_atl.c.
#define LookupInt_doc "int32 [LcSettingC::LookupInt $setting name:string] (const)" |
Definition at line 157 of file LcSettingC_atl.c.
#define LookupString_doc "string [LcSettingC::LookupString $setting name:string] (const)" |
Definition at line 159 of file LcSettingC_atl.c.
#define META_FILE_NAME "LcSettingC_atl.c" |
Definition at line 11 of file LcSettingC_atl.c.
#define Name_doc "string [LcSettingC::Name $setting] (const)" |
Definition at line 141 of file LcSettingC_atl.c.
#define Next_doc "LcSettingC [LcSettingC::Next $cfs]" |
Definition at line 108 of file LcSettingC_atl.c.
#define OT_CLASS alcrt->AtlLcSettingC |
Definition at line 15 of file LcSettingC_atl.c.
#define OT_CLASS_NAME "LcSettingC" |
Definition at line 17 of file LcSettingC_atl.c.
#define OT_NULL alcrt->AtlLcSettingC_MK_NULL |
Definition at line 16 of file LcSettingC_atl.c.
#define OT_retObj_CONSTR | ( | x | ) |
Definition at line 54 of file LcSettingC_atl.c.
#define OT_SETUP_hdl SetupHdlFromMetaData_2(LC_CFS) |
Definition at line 47 of file LcSettingC_atl.c.
#define OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(LC_CFS) |
Definition at line 48 of file LcSettingC_atl.c.
#define OT_SETUP_hdl_constr SetupHdlConstr(LcSettingC) |
Definition at line 50 of file LcSettingC_atl.c.
#define OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(LC_CFS) |
Definition at line 49 of file LcSettingC_atl.c.
#define OT_SETUP_hdl_static SetupHdlStatic(LcSettingC) |
Definition at line 52 of file LcSettingC_atl.c.
#define OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
Definition at line 51 of file LcSettingC_atl.c.
#define Parent_doc "LcSettingC [LcSettingC::Parent $setting] (const)" |
Definition at line 109 of file LcSettingC_atl.c.
#define Prev_doc "LcSettingC [LcSettingC::Prev $cfs]" |
Definition at line 110 of file LcSettingC_atl.c.
#define Remove_doc "LcSettingC::Remove $parent name:string" |
Definition at line 142 of file LcSettingC_atl.c.
#define RemoveElem_doc "LcSettingC::RemoveElem $parent idx:int32" |
Definition at line 143 of file LcSettingC_atl.c.
#define SELF2HDL | ( | O | ) |
Definition at line 19 of file LcSettingC_atl.c.
#define SetBool_doc "LcSettingC::SetBool $setting value:bool" |
Definition at line 144 of file LcSettingC_atl.c.
#define SetBoolElem_doc "LcSettingC [LcSettingC::SetBoolElem $setting idx:int32 value:int32]" |
Definition at line 111 of file LcSettingC_atl.c.
#define SetFloat_doc "LcSettingC::SetFloat $setting value:double" |
Definition at line 145 of file LcSettingC_atl.c.
#define SetFloatElem_doc "LcSettingC [LcSettingC::SetFloatElem $setting idx:int32 value:double]" |
Definition at line 112 of file LcSettingC_atl.c.
#define SetFormat_doc "LcSettingC::SetFormat $setting format:LcConfigFormatE" |
Definition at line 146 of file LcSettingC_atl.c.
#define SetInt64_doc "LcSettingC::SetInt64 $setting value:int64" |
Definition at line 148 of file LcSettingC_atl.c.
#define SetInt64Elem_doc "LcSettingC [LcSettingC::SetInt64Elem $setting idx:int32 value:int64]" |
Definition at line 113 of file LcSettingC_atl.c.
#define SetInt_doc "LcSettingC::SetInt $setting value:int32" |
Definition at line 147 of file LcSettingC_atl.c.
#define SetIntElem_doc "LcSettingC [LcSettingC::SetIntElem $setting idx:int32 value:int32]" |
Definition at line 114 of file LcSettingC_atl.c.
#define SetString_doc "LcSettingC::SetString $setting value:string" |
Definition at line 149 of file LcSettingC_atl.c.
#define SetStringElem_doc "LcSettingC [LcSettingC::SetStringElem $setting idx:int32 value:string]" |
Definition at line 115 of file LcSettingC_atl.c.
#define SourceFile_doc "string [LcSettingC::SourceFile $setting] (const)" |
Definition at line 150 of file LcSettingC_atl.c.
#define SourceLine_doc "int32 [LcSettingC::SourceLine $setting] (const)" |
Definition at line 151 of file LcSettingC_atl.c.
#define Type_doc "LcConfigTypeE [LcSettingC::Type $setting] (const)" |
Definition at line 152 of file LcSettingC_atl.c.
|
static |
Definition at line 28 of file LcSettingC_atl.c.
Definition at line 34 of file LcSettingC_atl.c.
Definition at line 41 of file LcSettingC_atl.c.
int atllcconfig_pLcSettingC_Init | ( | OT_LC_ARGS OT_NS_T | ns | ) |
Public API
Definition at line 1252 of file LcSettingC_atl.c.
|
static |
Definition at line 1176 of file LcSettingC_atl.c.
|
static |
Definition at line 1162 of file LcSettingC_atl.c.