xoreos  0.0.5
Namespaces | Typedefs | Enumerations
types.h File Reference

Lua types. More...

#include "lua/lua.h"
#include <vector>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Aurora
 
 Aurora::Lua
 

Typedefs

typedef std::vector< Variable > Aurora::Lua::Variables
 

Enumerations

enum  Aurora::Lua::Type {
  Aurora::Lua::kTypeNone = 0, Aurora::Lua::kTypeNil, Aurora::Lua::kTypeBoolean, Aurora::Lua::kTypeNumber,
  Aurora::Lua::kTypeString, Aurora::Lua::kTypeTable, Aurora::Lua::kTypeFunction, Aurora::Lua::kTypeUserType
}
 

Detailed Description

Lua types.

Definition in file types.h.