namespace for the CcLcConfig "C++"-API More...
Classes | |
class | LcConfig |
LcConfig PACKAGE - the package is the toplevel structure of the cclcconfig … More... | |
class | LcConfigC |
Struct to represent the data from the LcConfigC … → C-API: liblcconfig::LcConfigS More... | |
struct | LcConfigC_A |
Struct to represent the data from the LcConfigC … → C-API: liblcconfig::LcConfigS More... | |
struct | LcConfigIncludeCallbackC |
infrastructur to use the CcLcConfig specific callback … More... | |
struct | LcConfigIncludeIF |
interface fired if a @include "FILE-PATTERN" is found in the config-file … More... | |
class | LcSettingC |
Struct to represent the data from the LcSettingC … → C-API: liblcconfig::LcSettingS More... | |
struct | LcSettingC_A |
Struct to represent the data from the LcSettingC … → C-API: liblcconfig::LcSettingS More... | |
struct | LcSettingDeleteCallbackC |
infrastructur to use the CcLcConfig specific callback … More... | |
struct | LcSettingDeleteIF |
interface fired just before deleting a LcSettingC … More... | |
class | LcStaticC |
static constructor for CcLcConfig … More... | |
Typedefs | |
typedef void(* | LcSettingDeleteSCB) (MK_I32 hdl) |
static callback fired just before deleting a LcSettingC … | |
typedef void(* | LcConfigIncludeSCB) (std::string incDir, std::string path, MkBufferListC &ret) |
static callback fired if a @include "FILE-PATTERN" is found in the config-file … | |
Variables | |
static MkRuntimeCallbackS | sLcRuntimeCallback = {0} |
namespace for the CcLcConfig "C++"-API
typedef void(* cclcconfig::LcConfigIncludeSCB) (std::string incDir, std::string path, MkBufferListC &ret) |
static callback fired if a @include "FILE-PATTERN"
is found in the config-file …
Definition at line 46 of file LcConfigC_cc.hh.
typedef void(* cclcconfig::LcSettingDeleteSCB) (MK_I32 hdl) |
static callback fired just before deleting a LcSettingC …
Definition at line 30 of file LcConfigC_cc.hh.
|
static |
Definition at line 47 of file LibLcConfig_cc.cc.