LcConfigC - various functions to create, initialize and destroy … More...
Collaboration diagram for LcConfigC_TOR_C_API:Functions | |
| static LC_CFG | LcConfigCreate (MK_TYP type, config_t *nat) |
| create a LcConfigC instance … | |
| void | LcConfigDelete_RT (MK_RT mkrt, LC_CFG const cfg) |
| delete a LcConfigC instance … | |
LcConfigC - LcConfigC_TOR_C_API - function | |
| LC_CFG | LcConfigCreateP (void) |
| Non-inline replacement for LcConfigCreate … | |
LcConfigC - LcConfigC_TOR_C_API - overload | |
| #define | LcConfigCreate_0() |
| #define | LcConfigDelete(x) |
LcConfigC - various functions to create, initialize and destroy …
| #define LcConfigCreate_0 | ( | ) |
Definition at line 143 of file config_overload_lc.h.
| #define LcConfigDelete | ( | x | ) |
Definition at line 146 of file config_overload_lc.h.
create a LcConfigC instance …
| [in] | type | the MkTypeS instance to work on - class-type with base LcConfigS - (default = null = LcConfigS) |
| [in] | nat | external nat pointer - (default: null = internal) |
Definition at line 39 of file LcConfigC_lc.h.
Here is the caller graph for this function:| LC_CFG LcConfigCreateP | ( | void | ) |
Non-inline replacement for LcConfigCreate …