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

#include <sol.hpp>

Public Types

using C = meta::unqualified_t< T >
 

Static Public Member Functions

static int push (lua_State *L, const as_container_t< T > &as_cont)
 
static int push (lua_State *L, as_container_t< T > &&as_cont)
 
static int push_lvalue (std::true_type, lua_State *L, const C &cont)
 
static int push_lvalue (std::false_type, lua_State *L, const C &cont)
 
static int push_rvalue (std::true_type, lua_State *L, C &&cont)
 
static int push_rvalue (std::false_type, lua_State *L, const C &cont)
 

Detailed Description

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

Definition at line 21477 of file sol.hpp.

Member Typedef Documentation

template<typename T >
using sol::stack::unqualified_pusher< as_container_t< T > >::C = meta::unqualified_t<T>

Definition at line 21478 of file sol.hpp.

Member Function Documentation

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

Definition at line 21499 of file sol.hpp.

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

Definition at line 21503 of file sol.hpp.

template<typename T >
static int sol::stack::unqualified_pusher< as_container_t< T > >::push_lvalue ( std::true_type  ,
lua_State L,
const C cont 
)
inlinestatic

Definition at line 21480 of file sol.hpp.

template<typename T >
static int sol::stack::unqualified_pusher< as_container_t< T > >::push_lvalue ( std::false_type  ,
lua_State L,
const C cont 
)
inlinestatic

Definition at line 21485 of file sol.hpp.

template<typename T >
static int sol::stack::unqualified_pusher< as_container_t< T > >::push_rvalue ( std::true_type  ,
lua_State L,
C &&  cont 
)
inlinestatic

Definition at line 21490 of file sol.hpp.

template<typename T >
static int sol::stack::unqualified_pusher< as_container_t< T > >::push_rvalue ( std::false_type  ,
lua_State L,
const C cont 
)
inlinestatic

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