|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
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"

Go to the source code of this file.
Classes | |
| class | luaJitThread |
Functions | |
| void | bindAllFuncByDefault (sol::state *handle) |
| _WIN32 More... | |
A lua engine for execute all c++ embedding in struct. A warper of lua JIT engine.
Definition in file luaEngine.hpp.
| void bindAllFuncByDefault | ( | sol::state * | handle | ) |
_WIN32
defined(unix) && defined(clang) make compiled in C ABI, and all libs is installed to system path.
Definition at line 13 of file luaEngine.cpp.
References cbMySQLCell::asDatetime(), cbMySQLCell::asDouble(), cbMySQLCell::asFloat(), cbMySQLCell::asInt(), cbMySQLCell::asString(), cbMySQLCell::asTime(), cbMySQLCell::asULL(), cbMySQLCell::isDatetime(), cbMySQLCell::isDouble(), cbMySQLCell::isFloat(), cbMySQLCell::isInt(), cbMySQLCell::isString(), cbMySQLCell::isTime(), cbMySQLCell::isULL(), MAKE_SHARED, makeShapeCol(), makeShapeFull(), makeShapeRow(), cbMySQLCell::setDatetime(), cbMySQLCell::setFloat(), cbMySQLCell::setInt(), cbMySQLCell::setString(), cbMySQLCell::setTime(), and cbMySQLCell::setULL().
Referenced by luaJitThread::luaJitThread().


1.8.17