cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCLuaValue.h File Reference
#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