13
0
livetrax/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
ClassInfo.h
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
Namespace.h Add Lua bindings for std::list ::front() and ::back() 2017-02-20 00:30:15 +01:00
Stack.h
TypeList.h
TypeTraits.h
Userdata.h luaBridge support const references to class-instance pointers 2017-02-23 22:32:32 +01:00