|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
#include <cbComputeGraph.hpp>

Public Member Functions | |
| cbGraphSharedLuaStack ()=default | |
| Construct a new cb Graph Shared Lua Stack object. More... | |
| cbGraphSharedLuaStack (const cbGraphSharedLuaStack &)=delete | |
| Construct a new cb Graph Shared Lua Stack object using const cbGraphSharedLuaStack& is deleted. More... | |
| cbGraphSharedLuaStack | operator= (const cbGraphSharedLuaStack &)=delete |
| operator of const = is deleted More... | |
| void | execScriptFile (const std::string &filePath) |
| execute the script file from disk directly. More... | |
| void | execScript (const std::string &script) |
| execute the hard coded script. More... | |
| luaJitThread & | get () |
| get the lua state. More... | |
Private Attributes | |
| luaJitThread | m_lua |
Definition at line 170 of file cbComputeGraph.hpp.
|
default |
Construct a new cb Graph Shared Lua Stack object.
|
delete |
Construct a new cb Graph Shared Lua Stack object using const cbGraphSharedLuaStack& is deleted.
| void cb::graph::cbGraphSharedLuaStack::execScript | ( | const std::string & | script | ) |
execute the hard coded script.
| script |
Definition at line 60 of file cbComputeGraph.cpp.
References m_lua.
Referenced by cb::graph::cbComputeGraph::execScript().

| void cb::graph::cbGraphSharedLuaStack::execScriptFile | ( | const std::string & | filePath | ) |
execute the script file from disk directly.
| filePath | string. |
Definition at line 56 of file cbComputeGraph.cpp.
References m_lua.
Referenced by cb::graph::cbComputeGraph::execScriptFile().

| luaJitThread & cb::graph::cbGraphSharedLuaStack::get | ( | ) |
get the lua state.
Definition at line 62 of file cbComputeGraph.cpp.
References m_lua.
Referenced by cb::graph::cbComputeGraph::cbComputeGraph(), cb::graph::cbComputeGraph::createCombineNode(), and cb::graph::cbComputeGraph::createFilterNode().

|
delete |
operator of const = is deleted
|
private |
Definition at line 212 of file cbComputeGraph.hpp.
Referenced by execScript(), execScriptFile(), and get().
1.8.17