Static Public Member Functions | List of all members
sol::stack::unqualified_pusher< const 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< const char * >

Definition at line 14050 of file sol.hpp.

Member Function Documentation

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

Definition at line 14059 of file sol.hpp.

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

Definition at line 14065 of file sol.hpp.

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

Definition at line 14069 of file sol.hpp.

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

Definition at line 14051 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