theConfig 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - py - jv - cc
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 46 of file LcConfigC_cc.hh.

◆ LcSettingDeleteSCB

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

static callback fired just before deleting a LcSettingC

Definition at line 30 of file LcConfigC_cc.hh.

Variable Documentation

◆ sLcRuntimeCallback

MkRuntimeCallbackS cclcconfig::sLcRuntimeCallback = {0}
static

Definition at line 47 of file LibLcConfig_cc.cc.

47{0};