My Project
List of all members
luabind::default_converter< bool const & > Struct Template Reference
Inheritance diagram for luabind::default_converter< bool const & >:
luabind::default_converter< bool > luabind::native_converter_base< bool >

Additional Inherited Members

- Public Types inherited from luabind::native_converter_base< bool >
typedef boost::mpl::true_ is_native
 
- Public Member Functions inherited from luabind::default_converter< bool >
bool from (lua_State *L, int index)
 
void to (lua_State *L, bool value)
 
- Public Member Functions inherited from luabind::native_converter_base< bool >
int const consumed_args (...)
 
void converter_postcall (lua_State *, U const &, int)
 
int match (lua_State *L, detail::by_value< bool >, int index)
 
int match (lua_State *L, detail::by_value< bool const >, int index)
 
int match (lua_State *L, detail::by_const_reference< bool >, int index)
 
bool apply (lua_State *L, detail::by_value< bool >, int index)
 
bool apply (lua_State *L, detail::by_value< bool const >, int index)
 
bool apply (lua_State *L, detail::by_const_reference< bool >, int index)
 
void apply (lua_State *L, bool const &value)
 
default_converter< bool > & derived ()
 
- Static Public Member Functions inherited from luabind::default_converter< bool >
static int compute_score (lua_State *L, int index)
 

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