ZFFramework
 
Loading...
Searching...
No Matches
ZFLuaLSP.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFLuaLSP_h_
7#define _ZFI_ZFLuaLSP_h_
8
9#include "ZFLuaDef.h"
11
12// ============================================================
23 , ZFMP_IN(const ZFOutput &, output)
24 )
25
27#endif // #ifndef _ZFI_ZFLuaLSP_h_
28
global header for ZFLua module
#define ZFLIB_ZFLua
used to export symbols
Definition ZFLuaDef.h:14
void ZFLuaLSPGen(const ZFOutput &output)
util to export a lua file for LSP (Language Server Protocol)
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZFMETHOD_FUNC_DECLARE_1(ZFLIB_, ReturnType, MethodName, ZFMP_0)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:624
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
general output callback
Definition ZFIOCallback_output.h:37