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

#include <sol.hpp>

Public Types

typedef meta::unqualified_t< T > U
 

Static Public Member Functions

template<typename Arg , typename... Args>
static int push (lua_State *L, Arg &&arg, Args &&...args)
 
template<typename F >
static int push_fx (lua_State *L, F &&f, T *obj)
 
template<typename K >
static int push_keyed (lua_State *L, K &&k, T *obj)
 

Detailed Description

template<typename T>
struct sol::stack::unqualified_pusher< detail::as_pointer_tag< T > >

Definition at line 13522 of file sol.hpp.

Member Typedef Documentation

Definition at line 13523 of file sol.hpp.

Member Function Documentation

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

Definition at line 13545 of file sol.hpp.

template<typename T >
template<typename F >
static int sol::stack::unqualified_pusher< detail::as_pointer_tag< T > >::push_fx ( lua_State L,
F &&  f,
T *  obj 
)
inlinestatic

Definition at line 13526 of file sol.hpp.

template<typename T >
template<typename K >
static int sol::stack::unqualified_pusher< detail::as_pointer_tag< T > >::push_keyed ( lua_State L,
K &&  k,
T *  obj 
)
inlinestatic

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