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