sol2/sol
ThePhD 19d01ecd1d Okay, cleaned up includes and now the newest feature:
STATEFUL FUNCTIONS!
Any stateful function now works and is properly cleaned up, thanks to some additional metatables that are associated with the function values.
This lays the ground work for class bindings, but that's a far off dream. For now, table retrieval and `operator[]` is what's for dinner.
2013-12-09 14:12:38 -05:00
..
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp Fixing style to fit @Rapptz's usual no-tabs, four-space-indents, template<> no-spaces stuff. 2013-12-08 23:09:07 -05:00
functional.hpp Fixing style to fit @Rapptz's usual no-tabs, four-space-indents, template<> no-spaces stuff. 2013-12-08 23:09:07 -05:00
lua_function.hpp Okay, cleaned up includes and now the newest feature: 2013-12-09 14:12:38 -05:00
object.hpp Allow polymorphic object class to handle sol::function 2013-12-03 01:20:31 -05:00
reference.hpp Removed uses of constexpr for MSVC 2013 2013-11-25 05:20:14 -05:00
stack.hpp Okay, cleaned up includes and now the newest feature: 2013-12-09 14:12:38 -05:00
state.hpp Fixing style to fit @Rapptz's usual no-tabs, four-space-indents, template<> no-spaces stuff. 2013-12-08 23:09:07 -05:00
table.hpp Okay, cleaned up includes and now the newest feature: 2013-12-09 14:12:38 -05:00
tuple.hpp Stylistic changes to match the rest of the code 2013-12-02 23:33:23 -05:00
types.hpp Stylistic changes to match the rest of the code 2013-12-02 23:33:23 -05:00