13
0
livetrax/libs/lua/LuaBridge/detail
Robin Gareus 4a180e68ba Special case const std::string& Lua binding.
since 6dc3bdf, a const string reference would leave scope with Lua code
     fn("text")
calling a C++
     fn (const std::string&)
before the C++ function is called.
2017-03-22 16:59:02 +01:00
..
CFunctions.h Make Lua std::set bindings more generic, (prepare for multiset etc) 2017-03-18 14:35:29 +01:00
ClassInfo.h Change LuaBridge_API to be __declspec(dllexport) or __declspec(dllimport, as required 2016-04-12 17:55:16 +01:00
Constructor.h
dump.h
FuncArgs.h
FuncTraits.h Allow Lua bindings up to 10 args 2017-01-20 21:23:05 +01:00
Iterator.h
LuaException.h
LuaHelpers.h
LuaRef.h prepare sharing C++ class instances across lua-interpreters 2016-07-07 15:37:11 +02:00
Namespace.h Make Lua std::set bindings more generic, (prepare for multiset etc) 2017-03-18 14:35:29 +01:00
Stack.h Special case const std::string& Lua binding. 2017-03-22 16:59:02 +01:00
TypeList.h remove cruft (following 6dc3bdf) 2017-03-22 16:55:19 +01:00
TypeTraits.h
Userdata.h luaBridge support const references to class-instance pointers 2017-02-23 22:32:32 +01:00