sol2/sol
ThePhD 854d735410 Additional get_call argument that defaults index to 1 (first argument of stack).
tuple_types had overlapping purpose: we should split it up soon
2014-05-30 18:21:19 -04:00
..
demangle.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
deprecate.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
error.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
function_types.hpp Bug with pop_call when concerning certain argument orders. Popping of the end of the stack was too dangerous, so instead we use a get call and pop all stack arguments off afterwards: helps to preserve order. 2014-05-30 18:20:12 -04:00
function.hpp Additions for stack to properly handle std::function getters. std::function gets assume that the argument is a lua function and attempt to convert it to the type of function requested by the std::function's signature 2014-05-30 18:19:12 -04:00
object.hpp Fix explicit operator bool to be negated is<nil_t>() 2014-05-29 22:19:21 -04:00
proxy.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
reference.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
stack.hpp Additional get_call argument that defaults index to 1 (first argument of stack). 2014-05-30 18:21:19 -04:00
state.hpp get variant to easily get std::function from sol::function when using lua's call syntax. 2014-05-30 15:30:14 -04:00
table.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
traits.hpp libstdc++ is literally the dumbest thing in the world and does not properly remove const from types with references 2014-05-29 02:38:02 -04:00
tuple.hpp Additional get_call argument that defaults index to 1 (first argument of stack). 2014-05-30 18:21:19 -04:00
types.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
userdata.hpp Additions for gitignore for the new files that are necessary to kick around qtCreator 2014-05-25 13:46:23 -04:00