OpenMiner
0.0.1a
Voxel game engine
sol
wrap
Public Types
|
Static Public Member Functions
|
List of all members
sol::wrap< F, f > Struct Template Reference
#include <
sol.hpp
>
Public Types
typedef F
type
Static Public Member Functions
static int
call
(lua_State *L)
Member Typedef Documentation
§
type
template<typename F , F f>
typedef F
sol::wrap
< F, f >::
type
Member Function Documentation
§
call()
template<typename F , F f>
static int
sol::wrap
< F, f >::call
(
lua_State *
L
)
inline
static
13876
{
13877
return
c_call<type, f>(L);
13878
}
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12