My Project
Public Types | Public Member Functions | List of all members
luabind::native_converter_base< T, Derived > Struct Template Reference

Public Types

typedef boost::mpl::true_ is_native
 

Public Member Functions

int const consumed_args (...)
 
template<class U >
void converter_postcall (lua_State *, U const &, int)
 
int match (lua_State *L, detail::by_value< T >, int index)
 
int match (lua_State *L, detail::by_value< T const >, int index)
 
int match (lua_State *L, detail::by_const_reference< T >, int index)
 
apply (lua_State *L, detail::by_value< T >, int index)
 
apply (lua_State *L, detail::by_value< T const >, int index)
 
apply (lua_State *L, detail::by_const_reference< T >, int index)
 
void apply (lua_State *L, T const &value)
 
Derived & derived ()
 

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