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

#include <sol.hpp>

Static Public Member Functions

template<typename Arg , typename... Args>
static int push (lua_State *L, Arg &&arg, Args &&...args)
 
static int push (lua_State *L, const user< T > &u)
 
static int push (lua_State *L, user< T > &&u)
 
static int push (lua_State *L, no_metatable_t, const user< T > &u)
 
static int push (lua_State *L, no_metatable_t, user< T > &&u)
 
template<bool with_meta = true, typename Key , typename... Args>
static int push_with (lua_State *L, Key &&name, Args &&...args)
 

Detailed Description

template<typename T>
struct sol::stack::unqualified_pusher< user< T > >

Definition at line 13974 of file sol.hpp.

Member Function Documentation

template<typename T >
template<typename Arg , typename... Args>
static int sol::stack::unqualified_pusher< user< T > >::push ( lua_State L,
Arg &&  arg,
Args &&...  args 
)
inlinestatic

Definition at line 14000 of file sol.hpp.

template<typename T >
static int sol::stack::unqualified_pusher< user< T > >::push ( lua_State L,
const user< T > &  u 
)
inlinestatic

Definition at line 14016 of file sol.hpp.

template<typename T >
static int sol::stack::unqualified_pusher< user< T > >::push ( lua_State L,
user< T > &&  u 
)
inlinestatic

Definition at line 14021 of file sol.hpp.

template<typename T >
static int sol::stack::unqualified_pusher< user< T > >::push ( lua_State L,
no_metatable_t  ,
const user< T > &  u 
)
inlinestatic

Definition at line 14026 of file sol.hpp.

template<typename T >
static int sol::stack::unqualified_pusher< user< T > >::push ( lua_State L,
no_metatable_t  ,
user< T > &&  u 
)
inlinestatic

Definition at line 14031 of file sol.hpp.

template<typename T >
template<bool with_meta = true, typename Key , typename... Args>
static int sol::stack::unqualified_pusher< user< T > >::push_with ( lua_State L,
Key &&  name,
Args &&...  args 
)
inlinestatic

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