ardour/libs/lua/LuaBridge/detail
Robin Gareus 37dc93b40a luaBridge support const references to class-instance pointers
Support passing "T*" as as "const T* &"  argument
e.g. std::list<T*>::push_back ( const T* & )
2017-02-23 22:32:32 +01:00
..
CFunctions.h Lua binding for std::map<>::at() 2016-10-07 03:39:22 +02: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 NO-OP whitespace 2016-02-22 22:06:47 +01:00
dump.h customize LuaBridge 2016-02-22 22:06:47 +01:00
FuncArgs.h LuaBridge: support argument references via table return 2016-02-22 22:06:47 +01:00
FuncTraits.h Allow Lua bindings up to 10 args 2017-01-20 21:23:05 +01:00
Iterator.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
LuaException.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
LuaHelpers.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
LuaRef.h prepare sharing C++ class instances across lua-interpreters 2016-07-07 15:37:11 +02:00
Namespace.h Add Lua bindings for std::list ::front() and ::back() 2017-02-20 00:30:15 +01:00
Stack.h rework lua-bridge C++ variable references 2016-07-18 23:52:40 +02:00
TypeList.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
TypeTraits.h customize LuaBridge 2016-02-22 22:06:47 +01:00
Userdata.h luaBridge support const references to class-instance pointers 2017-02-23 22:32:32 +01:00