3-2新增数据类型

3.2新增数据类型

cocos2d-x定义了自己的数据类型,都是以类的形式存在。

3.2.1 __Integer

1.私有成员
int _value;
2.构造函数
__Integer(int);			//唯一构造函数
3.