#include <string>#include <map>#include <list>#include "lua.h"#include "base/ccTypes.h"#include "base/CCRef.h"Classes | |
| class | LuaValue |
| Wrap different general types of data into a same specific type named LuaValue. More... | |
Namespaces | |
| cocos2d | |
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 |