cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCArray.h File Reference
#include "support/data_support/ccCArray.h"

Classes

class  CCArray
 

Namespaces

 cocos2d
 

Macros

#define CCARRAY_FOREACH(__array__, __object__)
 A convenience macro to iterate over a CCArray using. More...
 
#define CCARRAY_FOREACH_REVERSE(__array__, __object__)
#define CCARRAY_VERIFY_TYPE(__array__, __type__)   void(0)
#define arrayMakeObjectsPerformSelector(pArray, func, elementType)
#define arrayMakeObjectsPerformSelectorWithObject(pArray, func, pObject, elementType)