My Project
Public Types | Public Member Functions | Static Public Member Functions | List of all members
luabind::detail::enum_converter Struct Reference

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

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