theConfig 10.0
Loading...
Searching...
No Matches
LcCall_cc.hh
Go to the documentation of this file.
1
9/* LABEL-NO */
10
11#pragma once
12
13#include "LibLcConfig_lc.h"
14
15namespace cclcconfig {
16
53
90};
91
Struct to represent the data from the LcConfigC … → C-API: liblcconfig::LcConfigS
#define LcSettingDeleteFreeF_ARGS
#define LcConfigIncludeFreeF_ARGS
#define LcConfigIncludeCallF_ARGS
#define LcSettingDeleteCallF_ARGS
MK_PTRB * MK_CBP
#define MK_RT_ARGS
namespace for the CcLcConfig "C++"-API
Definition LcCall_cc.cc:21
void(* LcSettingDeleteSCB)(MK_I32 hdl)
static callback fired just before deleting a LcSettingC …
void(* LcConfigIncludeSCB)(std::string incDir, std::string path, MkBufferListC &ret)
static callback fired if a @include "FILE-PATTERN" is found in the config-file …
infrastructur to use the cclcconfig specific callback …
Definition LcCall_cc.hh:18
static enum MkErrorE Call(LcConfigIncludeCallF_ARGS)
Definition LcCall_cc.cc:34
enum cclcconfig::LcConfigIncludeCallbackC::LcConfigIncludeCallbackE type
union cclcconfig::LcConfigIncludeCallbackC::LcConfigIncludeCallbackU call
static MK_CBP Create(MK_RT mkrt, LcConfigIncludeSCB const callback, LcConfigC *self=NULL)
Definition LcCall_cc.hh:42
static MK_CBP Create(MK_RT mkrt, LcConfigIncludeIF *callback, LcConfigC *self=NULL)
Definition LcCall_cc.hh:46
static void Free(LcConfigIncludeFreeF_ARGS)
Definition LcCall_cc.cc:25
interface fired if a @include "FILE-PATTERN" is found in the config-file …
infrastructur to use the cclcconfig specific callback …
Definition LcCall_cc.hh:55
static void Free(LcSettingDeleteFreeF_ARGS)
Definition LcCall_cc.cc:74
union cclcconfig::LcSettingDeleteCallbackC::LcSettingDeleteCallbackU call
static enum MkErrorE Call(LcSettingDeleteCallF_ARGS)
Definition LcCall_cc.cc:83
enum cclcconfig::LcSettingDeleteCallbackC::LcSettingDeleteCallbackE type
static MK_CBP Create(MK_RT mkrt, LcSettingDeleteIF *callback, LcConfigC *self=NULL)
Definition LcCall_cc.hh:83
static MK_CBP Create(MK_RT mkrt, LcSettingDeleteSCB const callback, LcConfigC *self=NULL)
Definition LcCall_cc.hh:79
interface fired just before deleting a LcSettingC …