My Project
Public Types | Public Member Functions | Static Public Member Functions | List of all members
luabind::detail::value_wrapper_converter< U > Struct Template Reference

Public Types

typedef value_wrapper_converter< U > type
 
typedef mpl::true_ is_native
 

Public Member Functions

int const consumed_args (...)
 
template<class T >
apply (lua_State *L, by_const_reference< T >, int index)
 
template<class 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)
 

The documentation for this struct was generated from the following file: