ug4
ug::lua_traits< int > Struct Reference

#include <lua_traits.h>

Static Public Member Functions

static bool check (lua_State *L, int index=-1)
 
static std::string name ()
 
static void push (lua_State *L, const int &c)
 
static void read (lua_State *L, int &c, int index=-1)
 
static std::string signature ()
 

Static Public Attributes

static const int size = 1
 

Member Function Documentation

◆ check()

static bool ug::lua_traits< int >::check ( lua_State L,
int  index = -1 
)
inlinestatic

◆ name()

static std::string ug::lua_traits< int >::name ( )
inlinestatic

◆ push()

static void ug::lua_traits< int >::push ( lua_State L,
const int &  c 
)
inlinestatic

◆ read()

static void ug::lua_traits< int >::read ( lua_State L,
int &  c,
int  index = -1 
)
inlinestatic

◆ signature()

static std::string ug::lua_traits< int >::signature ( )
inlinestatic

Member Data Documentation

◆ size

const int ug::lua_traits< int >::size = 1
static

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