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

Public Member Functions

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

static int compute_score (lua_State *L, int index)
 

Additional Inherited Members

- Public Types inherited from luabind::native_converter_base< bool >
typedef boost::mpl::true_ is_native
 

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