nngn
Loading...
Searching...
No Matches
nngn::lua::stack_push< T & > Struct Template Reference

Pushes a user type as a full user data value (reference specialization). More...

#include <push.h>

Static Public Member Functions

static int push (lua_State *L, T &t)
 
static int push (lua_State *L, T &t)
 

Detailed Description

template<user_type T>
struct nngn::lua::stack_push< T & >

Pushes a user type as a full user data value (reference specialization).

Same as the pointer overload.

Member Function Documentation

◆ push() [1/2]

template<user_type T>
static int nngn::lua::stack_push< T & >::push ( lua_State *  L,
T t 
)
inlinestatic
Here is the call graph for this function:

◆ push() [2/2]

template<user_type T>
static int nngn::lua::stack_push< T & >::push ( lua_State *  L,
T t 
)
inlinestatic
Here is the call graph for this function:

The documentation for this struct was generated from the following files: