OpenMiner  0.0.1a
Voxel game engine
Static Public Member Functions | List of all members
sol::stack::pusher< no_construction > Struct Template Reference

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, no_construction)
 
static int push (lua_State *L, no_construction c, function_detail::call_indicator)
 

Member Function Documentation

§ push() [1/2]

static int sol::stack::pusher< no_construction >::push ( lua_State *  L,
no_construction   
)
inlinestatic
14813  {
14814  lua_CFunction cf = &function_detail::no_construction_error;
14815  return stack::push(L, cf);
14816  }
int no_construction_error(lua_State *L)
Definition: sol.hpp:13088
int push(lua_State *L, T &&t, Args &&... args)
Definition: sol.hpp:7770

§ push() [2/2]

static int sol::stack::pusher< no_construction >::push ( lua_State *  L,
no_construction  c,
function_detail::call_indicator   
)
inlinestatic
14818  {
14819  return push(L, c);
14820  }
static int push(lua_State *L, no_construction)
Definition: sol.hpp:14813

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