#include <sol.hpp>
Public Member Functions | |
| constructor_match (T *o) | |
| template<typename Fx , std::size_t I, typename... R, typename... Args> | |
| int | operator() (types< Fx >, meta::index_value< I >, types< R... > r, types< Args... > a, lua_State *L, int, int start) const |
Public Attributes | |
| T * | obj_ |
|
inline |
|
inline |
| T* sol::call_detail::constructor_match< T, checked, clean_stack >::obj_ |