theConfig 10.0
Loading...
Searching...
No Matches
cclcconfig Namespace Reference

namespace for the CcLcConfig "C++"-API More...

Classes

class  LcConfig
 LcConfig PACKAGE - the package is the toplevel structure of the cclcconfigMore...
 
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 callbackMore...
 
struct  LcConfigIncludeIF
 interface fired if a @include "FILE-PATTERN" is found in the config-fileMore...
 
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 callbackMore...
 
struct  LcSettingDeleteIF
 interface fired just before deleting a LcSettingCMore...
 
class  LcStaticC
 static constructor for cclcconfigMore...
 

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}
 

Detailed Description

namespace for the CcLcConfig "C++"-API

Typedef Documentation

◆ LcConfigIncludeSCB

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 43 of file LcConfigC_cc.hh.

◆ LcSettingDeleteSCB

typedef void(* cclcconfig::LcSettingDeleteSCB) (MK_I32 hdl)

static callback fired just before deleting a LcSettingC

Definition at line 27 of file LcConfigC_cc.hh.

Variable Documentation

◆ sLcRuntimeCallback

MkRuntimeCallbackS cclcconfig::sLcRuntimeCallback = {0}
static

Definition at line 36 of file LibLcConfig_cc.cc.

36{0};