sol2/sol
ThePhD ed0b83f8b0 Several changes. I took away operator() for the proxy type, because it'd interfere with the Callable type and all. Alas, good things do die I suppose. =[
But! I left it on the `sol::function` type, because it's necessary to discard returns. The .call is still there, though, just incase you need it. <3
reverse_indices_builder is also there, to make sure we can push and pop without the lua api taking our types and breaking them for the std::tuple returns.
All is at it should be~
2013-12-14 23:25:44 -05:00
..
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp Several changes. I took away operator() for the proxy type, because it'd interfere with the Callable type and all. Alas, good things do die I suppose. =[ 2013-12-14 23:25:44 -05:00
lua_function.hpp EnableIf and DisableIf back in place, type trait fixed for MSVC. Bleh, this is a lot of work. Removed functional header, because nobody's using it. 2013-12-13 14:59:46 -05:00
object.hpp Add operator== and operator!= support for sol::object and nil 2013-12-14 00:28:14 -05:00
reference.hpp Removed uses of constexpr for MSVC 2013 2013-11-25 05:20:14 -05:00
stack.hpp Several changes. I took away operator() for the proxy type, because it'd interfere with the Callable type and all. Alas, good things do die I suppose. =[ 2013-12-14 23:25:44 -05:00
state.hpp Basic operator[] support for tables 2013-12-12 18:12:07 -05:00
table.hpp Several changes. I took away operator() for the proxy type, because it'd interfere with the Callable type and all. Alas, good things do die I suppose. =[ 2013-12-14 23:25:44 -05:00
traits.hpp Several changes. I took away operator() for the proxy type, because it'd interfere with the Callable type and all. Alas, good things do die I suppose. =[ 2013-12-14 23:25:44 -05:00
tuple.hpp Several changes. I took away operator() for the proxy type, because it'd interfere with the Callable type and all. Alas, good things do die I suppose. =[ 2013-12-14 23:25:44 -05:00
types.hpp operator!= for nil_t 2013-12-14 20:16:28 -05:00