sol2/sol
2014-05-30 18:19:12 -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 Allow member functions that return *this to be binded properly. At the moment this means no member function chaining on the lua side 2014-05-29 04:13:24 -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 Stylistic changes to code 2014-05-29 02:57:11 -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 Add a newline to every sol file missing one 2014-05-29 01:47:27 -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