MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / bind

Method bind

extensions/script/lua/LuaScriptEngine.h:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81 template<typename T>
82 void bind(const std::string &name, const T &value) {
83 lua_[name.c_str()] = convert(value);
84 }
85
86 template<typename T>
87 T convert(const T &value) {

Callers 3

mainFunction · 0.45
mainFunction · 0.45
createEngineMethod · 0.45

Calls 2

convertFunction · 0.85
c_strMethod · 0.80

Tested by 2

mainFunction · 0.36
mainFunction · 0.36