My Project
|
Public Types | |
typedef enum_converter | type |
typedef mpl::true_ | is_native |
Public Member Functions | |
int const | consumed_args (...) |
void | apply (lua_State *L, int val) |
template<class T > | |
T | apply (lua_State *L, by_value< T >, int index) |
template<class T > | |
T | apply (lua_State *L, by_const_reference< T >, int index) |
template<class T > | |
void | converter_postcall (lua_State *, T, int) |
Static Public Member Functions | |
template<class T > | |
static int | match (lua_State *L, by_value< T >, int index) |
template<class T > | |
static int | match (lua_State *L, by_const_reference< T >, int index) |