#include <string>
#include <map>
#include <list>
#include "lua.h"
#include "ccTypes.h"
#include "CCObject.h"
Classes | |
union | LuaValueField |
class | LuaValue |
Namespaces | |
cocos2d | |
Add deprecated global functions and variables here. | |
Constant Groups | |
cocos2d | |
Add deprecated global functions and variables here. | |
Typedefs | |
typedef int | LUA_FUNCTION |
typedef int | LUA_TABLE |
typedef int | LUA_STRING |
typedef std::map< std::string, LuaValue > | LuaValueDict |
typedef LuaValueDict::const_iterator | LuaValueDictIterator |
typedef std::list< LuaValue > | LuaValueArray |
typedef LuaValueArray::const_iterator | LuaValueArrayIterator |
Enumerations | |
enum | LuaValueType { LuaValueTypeInt, LuaValueTypeFloat, LuaValueTypeBoolean, LuaValueTypeString, LuaValueTypeDict, LuaValueTypeArray, LuaValueTypeObject } |