UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
basegear.h File Reference
#include <vector>
#include <tuple>
#include <ugdk/script/languages/lua/header.h>
#include <ugdk/script/languages/lua/state.h>
#include <ugdk/util/uncopyable.h>
Include dependency graph for basegear.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ugdk::script::lua::BaseGear
 
class  ugdk::script::lua::BaseGear::InternalSafeCall
 

Namespaces

 ugdk
 
 ugdk::script
 
 ugdk::script::lua
 

Macros

#define GETARGPTR(L, i, T, name)   T* name = static_cast<T*>((L).touserdata(i))
 
#define GETARG(L, i, T, name)   T& name = *(static_cast<T*>((L).touserdata(i)))
 

Macro Definition Documentation

#define GETARG (   L,
  i,
  T,
  name 
)    T& name = *(static_cast<T*>((L).touserdata(i)))
#define GETARGPTR (   L,
  i,
  T,
  name 
)    T* name = static_cast<T*>((L).touserdata(i))