|
| LuaCallback (const LuaState &Ls) |
|
virtual | ~LuaCallback () |
|
luabind::object | __call (const luabind::object &obj1, const luabind::object &obj2, const luabind::object &obj3, const luabind::object &obj4, const luabind::object &obj5, const luabind::object &obj6, const luabind::object &obj7, const luabind::object &obj8, const luabind::object &obj9, const luabind::object &obj10) |
|
luabind::object | __call (const luabind::object &obj1, const luabind::object &obj2, const luabind::object &obj3, const luabind::object &obj4, const luabind::object &obj5, const luabind::object &obj6, const luabind::object &obj7, const luabind::object &obj8, const luabind::object &obj9) |
|
luabind::object | __call (const luabind::object &obj1, const luabind::object &obj2, const luabind::object &obj3, const luabind::object &obj4, const luabind::object &obj5, const luabind::object &obj6, const luabind::object &obj7, const luabind::object &obj8) |
|
luabind::object | __call (const luabind::object &obj1, const luabind::object &obj2, const luabind::object &obj3, const luabind::object &obj4, const luabind::object &obj5, const luabind::object &obj6, const luabind::object &obj7) |
|
luabind::object | __call (const luabind::object &obj1, const luabind::object &obj2, const luabind::object &obj3, const luabind::object &obj4, const luabind::object &obj5, const luabind::object &obj6) |
|
luabind::object | __call (const luabind::object &obj1, const luabind::object &obj2, const luabind::object &obj3, const luabind::object &obj4, const luabind::object &obj5) |
|
luabind::object | __call (const luabind::object &obj1, const luabind::object &obj2, const luabind::object &obj3, const luabind::object &obj4) |
|
luabind::object | __call (const luabind::object &obj1, const luabind::object &obj2, const luabind::object &obj3) |
|
luabind::object | __call (const luabind::object &obj1, const luabind::object &obj2) |
|
luabind::object | __call (const luabind::object &obj1) |
|
luabind::object | __call () |
|
virtual boost::shared_ptr< LuabindObject > | call (const boost::shared_ptr< LuabindObject > &Obj1, const boost::shared_ptr< LuabindObject > &Obj2, const boost::shared_ptr< LuabindObject > &Obj3, const boost::shared_ptr< LuabindObject > &Obj4, const boost::shared_ptr< LuabindObject > &Obj5, const boost::shared_ptr< LuabindObject > &Obj6, const boost::shared_ptr< LuabindObject > &Obj7, const boost::shared_ptr< LuabindObject > &Obj8, const boost::shared_ptr< LuabindObject > &Obj9, const boost::shared_ptr< LuabindObject > &Obj10)=0 |
|
virtual void | print (std::ostream &Os) const |
|
std::string | print_to_string () const |
| Print to string. More...
|
|
This is a simple object to call a callback that can be used in Lua.
The function can then execute C++ or Python code.
Definition at line 11 of file lua_callback.h.