nngn
Loading...
Searching...
No Matches
nngn::lua::stack_push< R(T::*)(Args...)> Struct Template Reference

Same as the previous specialization, but for member functions. More...

#include <push.h>

Static Public Member Functions

static int push (lua_State *L, R(T::*f)(Args...))
 
static int push (lua_State *L, R(T::*f)(Args...))
 

Detailed Description

template<typename R, typename T, typename ... Args>
struct nngn::lua::stack_push< R(T::*)(Args...)>

Same as the previous specialization, but for member functions.

Member Function Documentation

◆ push() [1/2]

template<typename R , typename T , typename ... Args>
static int nngn::lua::stack_push< R(T::*)(Args...)>::push ( lua_State *  L,
R(T::*)(Args...)  f 
)
inlinestatic
Here is the call graph for this function:

◆ push() [2/2]

template<typename R , typename T , typename ... Args>
static int nngn::lua::stack_push< R(T::*)(Args...)>::push ( lua_State *  L,
R(T::*)(Args...)  f 
)
inlinestatic
Here is the call graph for this function:

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