ug4
ug::lua_traits< void > Struct Reference

#include <lua_traits.h>

Static Public Member Functions

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

Static Public Attributes

static const int size = 0
 

Member Function Documentation

◆ check()

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

◆ do_return()

static void ug::lua_traits< void >::do_return ( const bool &  )
inlinestatic

◆ name()

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

◆ push()

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

◆ read()

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

◆ signature()

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

Member Data Documentation

◆ size

const int ug::lua_traits< void >::size = 0
static

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