Static Public Member Functions | List of all members
sol::stack::unqualified_pusher< char * > Struct Template Reference

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, const char *str)
 
static int push (lua_State *L, const char *strb, const char *stre)
 
static int push (lua_State *L, const char *str, std::size_t len)
 
static int push_sized (lua_State *L, const char *str, std::size_t len)
 

Detailed Description

template<>
struct sol::stack::unqualified_pusher< char * >

Definition at line 14075 of file sol.hpp.

Member Function Documentation

static int sol::stack::unqualified_pusher< char * >::push ( lua_State L,
const char *  str 
)
inlinestatic

Definition at line 14082 of file sol.hpp.

static int sol::stack::unqualified_pusher< char * >::push ( lua_State L,
const char *  strb,
const char *  stre 
)
inlinestatic

Definition at line 14088 of file sol.hpp.

static int sol::stack::unqualified_pusher< char * >::push ( lua_State L,
const char *  str,
std::size_t  len 
)
inlinestatic

Definition at line 14094 of file sol.hpp.

static int sol::stack::unqualified_pusher< char * >::push_sized ( lua_State L,
const char *  str,
std::size_t  len 
)
inlinestatic

Definition at line 14076 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:53