#include "CCPlatformMacros.h"
#include "ccMacros.h"
#include <string>
#include <vector>
#include <unordered_map>
Classes | |
class | Value |
Namespaces | |
cocos2d | |
Add deprecated global functions and variables here. | |
Constant Groups | |
cocos2d | |
Add deprecated global functions and variables here. | |
Typedefs | |
typedef std::vector< Value > | ValueVector |
typedef std::unordered_map < std::string, Value > | ValueMap |
typedef std::unordered_map < int, Value > | ValueMapIntKey |