Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Classes | Functions
luaEngine.hpp File Reference

A lua engine for execute all c++ embedding in struct. A warper of lua JIT engine. More...

#include "../../pch.hpp"
#include <lua.h>
#include <luajit.h>
#include <lauxlib.h>
#include <lualib.h>
#include <any>
#include "cbTable.hpp"
#include "cbOperator.hpp"
Include dependency graph for luaEngine.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  luaJitThread
 

Functions

void bindAllFuncByDefault (sol::state *handle)
 _WIN32 More...
 

Detailed Description

A lua engine for execute all c++ embedding in struct. A warper of lua JIT engine.

Author
chenghua Wang (cheng.nosp@m.hua..nosp@m.wang..nosp@m.edu@.nosp@m.gmail.nosp@m..com)
Version
0.1
Date
2022-10-27

Definition in file luaEngine.hpp.

Function Documentation

◆ bindAllFuncByDefault()

void bindAllFuncByDefault ( sol::state *  handle)