acceptVisitor(CCDataVisitor &visitor) | CCArray | virtual |
addObject(CCObject *object) | CCArray | |
addObjectsFromArray(CCArray *otherArray) | CCArray | |
autorelease(void) | CCObject | |
capacity() const | CCArray | |
CCArray() | CCArray | |
CCArray(unsigned int capacity) | CCArray | |
CCArrayForObjectSorting() | CCArrayForObjectSorting | inline |
CCObject(void) | CCObject | |
containsObject(CCObject *object) const | CCArray | |
copy(void) | CCObject | |
copyWithZone(CCZone *pZone) | CCArray | virtual |
count() const | CCArray | |
create() | CCArray | static |
create(CCObject *pObject,...) | CCArray | static |
createWithArray(CCArray *otherArray) | CCArray | static |
createWithCapacity(unsigned int capacity) | CCArray | static |
createWithContentsOfFile(const char *pFileName) | CCArray | static |
createWithContentsOfFileThreadSafe(const char *pFileName) | CCArray | static |
createWithObject(CCObject *pObject) | CCArray | static |
data | CCArray | |
exchangeObject(CCObject *object1, CCObject *object2) | CCArray | |
exchangeObjectAtIndex(unsigned int index1, unsigned int index2) | CCArray | |
fastRemoveObject(CCObject *object) | CCArray | |
fastRemoveObjectAtIndex(unsigned int index) | CCArray | |
getObjectWithObjectID(unsigned int tag) | CCArrayForObjectSorting | |
indexOfObject(CCObject *object) const | CCArray | |
indexOfSortedObject(CCSortableObject *obj) | CCArrayForObjectSorting | |
init() | CCArray | |
initWithArray(CCArray *otherArray) | CCArray | |
initWithCapacity(unsigned int capacity) | CCArray | |
initWithObject(CCObject *pObject) | CCArray | |
initWithObjects(CCObject *pObject,...) | CCArray | |
insertObject(CCObject *object, unsigned int index) | CCArray | |
insertSortedObject(CCSortableObject *object) | CCArrayForObjectSorting | |
isEqual(const CCObject *pObject) | CCObject | virtual |
isEqualToArray(CCArray *pOtherArray) | CCArray | |
isSingleReference(void) const | CCObject | |
lastObject() | CCArray | |
m_nLuaID | CCObject | |
m_uAutoReleaseCount | CCObject | protected |
m_uID | CCObject | |
m_uReference | CCObject | protected |
objectAtIndex(unsigned int index) | CCArray | |
objectWithObjectID(unsigned int tag) | CCArrayForObjectSorting | |
randomObject() | CCArray | |
reduceMemoryFootprint() | CCArray | |
release(void) | CCObject | |
removeAllObjects() | CCArray | |
removeLastObject(bool bReleaseObj=true) | CCArray | |
removeObject(CCObject *object, bool bReleaseObj=true) | CCArray | |
removeObjectAtIndex(unsigned int index, bool bReleaseObj=true) | CCArray | |
removeObjectsInArray(CCArray *otherArray) | CCArray | |
removeSortedObject(CCSortableObject *object) | CCArrayForObjectSorting | |
replaceObjectAtIndex(unsigned int uIndex, CCObject *pObject, bool bReleaseObject=true) | CCArray | |
retain(void) | CCObject | |
retainCount(void) const | CCObject | |
reverseObjects() | CCArray | |
setObjectID_ofSortedObject(unsigned int tag, CCSortableObject *object) | CCArrayForObjectSorting | |
update(float dt) | CCObject | inlinevirtual |
~CCArray() | CCArray | |
~CCObject(void) | CCObject | virtual |