cocos2d-x  2.2.3-gd2.113-rev1ec524e
Loading...
Searching...
No Matches
CCArray Member List

This is the complete list of members for CCArray, including all inherited members.

acceptVisitor(CCDataVisitor &visitor)CCArrayvirtual
addObject(CCObject *object)CCArray
addObjectsFromArray(CCArray *otherArray)CCArray
autorelease(void)CCObject
canEncode()CCObjectvirtual
capacity() constCCArray
CCArray()CCArray
CCArray(unsigned int capacity)CCArray
CCObject(void)CCObject
CCObject(const CCObject &)CCObject
containsObject(CCObject *object) constCCArray
copy(void)CCObject
copyWithZone(CCZone *pZone)CCArrayvirtual
count() constCCArray
create()CCArraystatic
create(CCObject *pObject,...)CCArraystatic
createWithArray(CCArray *otherArray)CCArraystatic
createWithCapacity(unsigned int capacity)CCArraystatic
createWithCoder(DS_Dictionary *)CCObjectstatic
createWithContentsOfFile(const char *pFileName)CCArraystatic
createWithContentsOfFileThreadSafe(const char *pFileName)CCArraystatic
createWithObject(CCObject *pObject)CCArraystatic
dataCCArray
encodeWithCoder(DS_Dictionary *)CCObjectvirtual
exchangeObject(CCObject *object1, CCObject *object2)CCArray
exchangeObjectAtIndex(unsigned int index1, unsigned int index2)CCArray
fastRemoveObject(CCObject *object)CCArray
fastRemoveObjectAtIndex(unsigned int index)CCArray
getObjType() constCCObject
getTag() constCCObjectvirtual
indexOfObject(CCObject *object) constCCArray
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
isEqual(const CCObject *pObject)CCObjectvirtual
isEqualToArray(CCArray *pOtherArray)CCArray
isSingleReference(void) constCCObject
lastObject()CCArray
m_eObjTypeCCObjectprotected
m_nLuaIDCCObject
m_nTagCCObjectprotected
m_uAutoReleaseCountCCObjectprotected
m_uIDCCObject
m_uObjectIdxInArrayCCObjectprotected
m_uReferenceCCObjectprotected
objectAtIndex(unsigned int index)CCArray
operator=(const CCObject &)CCObject
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
replaceObjectAtIndex(unsigned int uIndex, CCObject *pObject, bool bReleaseObject=true)CCArray
retain(void)CCObject
retainCount(void) constCCObject
reverseObjects()CCArray
setObjType(CCObjectType)CCObject
setTag(int nTag)CCObjectvirtual
update(float dt)CCObjectinlinevirtual
~CCArray()CCArray
~CCObject(void)CCObjectvirtual