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

Additional Inherited Members

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

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