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

Public Member Functions

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

static int compute_score (lua_State *L, int index)
 

Additional Inherited Members

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

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