Static Public Member Functions | List of all members
sol::stack::unqualified_pusher< detail::tagged< T, constructor_wrapper< Fxs... > > > Struct Template Reference

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, detail::tagged< T, constructor_wrapper< Fxs... >> &&c)
 
static int push (lua_State *L, const detail::tagged< T, const constructor_wrapper< Fxs... >> &c)
 
static int push (lua_State *L, constructor_wrapper< Fxs... > &&c)
 
static int push (lua_State *L, const constructor_wrapper< Fxs... > &c)
 

Detailed Description

template<typename T, typename... Fxs>
struct sol::stack::unqualified_pusher< detail::tagged< T, constructor_wrapper< Fxs... > > >

Definition at line 18683 of file sol.hpp.

Member Function Documentation

template<typename T , typename... Fxs>
static int sol::stack::unqualified_pusher< detail::tagged< T, constructor_wrapper< Fxs... > > >::push ( lua_State L,
detail::tagged< T, constructor_wrapper< Fxs... >> &&  c 
)
inlinestatic

Definition at line 18684 of file sol.hpp.

template<typename T , typename... Fxs>
static int sol::stack::unqualified_pusher< detail::tagged< T, constructor_wrapper< Fxs... > > >::push ( lua_State L,
const detail::tagged< T, const constructor_wrapper< Fxs... >> &  c 
)
inlinestatic

Definition at line 18688 of file sol.hpp.

template<typename T , typename... Fxs>
static int sol::stack::unqualified_pusher< detail::tagged< T, constructor_wrapper< Fxs... > > >::push ( lua_State L,
constructor_wrapper< Fxs... > &&  c 
)
inlinestatic

Definition at line 18692 of file sol.hpp.

template<typename T , typename... Fxs>
static int sol::stack::unqualified_pusher< detail::tagged< T, constructor_wrapper< Fxs... > > >::push ( lua_State L,
const constructor_wrapper< Fxs... > &  c 
)
inlinestatic

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