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

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

#include <push.h>

Static Public Member Functions

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

Detailed Description

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

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

Member Function Documentation

◆ push() [1/2]

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

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