|
theConfig 10.0
|
Struct to represent the data from the LcConfigC … More...
#include <LcConfigC_def_lc.h>
Collaboration diagram for LcConfigS:Public Attributes | ||
| union { | ||
| struct MkObjectS obj | ||
| } | super | |
| config_t * | nat | |
| internal - link between LcConfigS and native library | ||
| config_t | natdata | |
| internal - predefined storage used for 'nat' pointer | ||
| LC_CBP | fConfigIncludeData | |
| callback data - internal used for config_include_fn_t callback | ||
| LcConfigIncludeCallF | fConfigIncludeCall | |
| internal - callback call function | ||
| LcConfigIncludeFreeF | fConfigIncludeFree | |
| internal - callback data-free function | ||
| LC_CBP | fSettingDeleteData | |
| callback data - internal used for config_include_fn_t callback | ||
| LcSettingDeleteCallF | fSettingDeleteCall | |
| internal - callback call function | ||
| LcSettingDeleteFreeF | fSettingDeleteFree | |
| internal - callback data-free function | ||
Struct to represent the data from the LcConfigC …
Definition at line 72 of file LcConfigC_def_lc.h.
| LcConfigIncludeCallF LcConfigS::fConfigIncludeCall |
internal - callback call function
Definition at line 92 of file LcConfigC_def_lc.h.
| LC_CBP LcConfigS::fConfigIncludeData |
callback data - internal used for config_include_fn_t callback
Definition at line 91 of file LcConfigC_def_lc.h.
| LcConfigIncludeFreeF LcConfigS::fConfigIncludeFree |
internal - callback data-free function
Definition at line 93 of file LcConfigC_def_lc.h.
| LcSettingDeleteCallF LcConfigS::fSettingDeleteCall |
internal - callback call function
Definition at line 98 of file LcConfigC_def_lc.h.
| LC_CBP LcConfigS::fSettingDeleteData |
callback data - internal used for config_include_fn_t callback
Definition at line 97 of file LcConfigC_def_lc.h.
| LcSettingDeleteFreeF LcConfigS::fSettingDeleteFree |
internal - callback data-free function
Definition at line 99 of file LcConfigC_def_lc.h.
| config_t* LcConfigS::nat |
internal - link between LcConfigS and native library
Definition at line 83 of file LcConfigC_def_lc.h.
| config_t LcConfigS::natdata |
internal - predefined storage used for 'nat' pointer
Definition at line 87 of file LcConfigC_def_lc.h.
| struct MkObjectS LcConfigS::obj |
Definition at line 76 of file LcConfigC_def_lc.h.
| union { ... } LcConfigS::super |