Public Types | Static Public Member Functions | List of all members
sol::stack::unqualified_pusher< detail::tagged< T, policy_wrapper< F, Policies... > > > Struct Template Reference

#include <sol.hpp>

Public Types

using P = policy_wrapper< F, Policies... >
 
using Tagged = detail::tagged< T, P >
 

Static Public Member Functions

static int push (lua_State *L, const Tagged &p)
 
static int push (lua_State *L, Tagged &&p)
 

Detailed Description

template<typename T, typename F, typename... Policies>
struct sol::stack::unqualified_pusher< detail::tagged< T, policy_wrapper< F, Policies... > > >

Definition at line 18792 of file sol.hpp.

Member Typedef Documentation

template<typename T , typename F , typename... Policies>
using sol::stack::unqualified_pusher< detail::tagged< T, policy_wrapper< F, Policies... > > >::P = policy_wrapper<F, Policies...>

Definition at line 18793 of file sol.hpp.

template<typename T , typename F , typename... Policies>
using sol::stack::unqualified_pusher< detail::tagged< T, policy_wrapper< F, Policies... > > >::Tagged = detail::tagged<T, P>

Definition at line 18794 of file sol.hpp.

Member Function Documentation

template<typename T , typename F , typename... Policies>
static int sol::stack::unqualified_pusher< detail::tagged< T, policy_wrapper< F, Policies... > > >::push ( lua_State L,
const Tagged p 
)
inlinestatic

Definition at line 18796 of file sol.hpp.

template<typename T , typename F , typename... Policies>
static int sol::stack::unqualified_pusher< detail::tagged< T, policy_wrapper< F, Policies... > > >::push ( lua_State L,
Tagged &&  p 
)
inlinestatic

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