cocos2d-x  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
__Array Member List

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

__Array()__Array
_referenceCountRefprotected
acceptVisitor(DataVisitor &visitor)__Arrayvirtual
addObject(Ref *object)__Array
addObjectsFromArray(__Array *otherArray)__Array
autorelease()Ref
begin()__Arrayinline
capacity() const __Arrayinline
clone() const __Arrayvirtual
containsObject(Ref *object) const __Array
copy() const Clonableinline
count() const __Arrayinline
create()__Arraystatic
create(Ref *object,...) CC_REQUIRES_NULL_TERMINATION__Arraystatic
createWithArray(__Array *otherArray)__Arraystatic
createWithCapacity(ssize_t capacity)__Arraystatic
createWithContentsOfFile(const std::string &pFileName)__Arraystatic
createWithContentsOfFileThreadSafe(const std::string &pFileName)__Arraystatic
createWithObject(Ref *object)__Arraystatic
data__Array
end()__Arrayinline
exchangeObject(Ref *object1, Ref *object2)__Array
exchangeObjectAtIndex(ssize_t index1, ssize_t index2)__Array
fastRemoveObject(Ref *object)__Array
fastRemoveObjectAtIndex(ssize_t index)__Array
fastSetObject(Ref *object, ssize_t index)__Arrayinline
getIndexOfObject(Ref *object) const __Array
getLastObject()__Arrayinline
getObjectAtIndex(ssize_t index)__Arrayinline
getRandomObject()__Array
getReferenceCount() const Ref
indexOfObject(Ref *object) const __Arrayinline
init()__Array
initWithArray(__Array *otherArray)__Array
initWithCapacity(ssize_t capacity)__Array
initWithObject(Ref *object)__Array
initWithObjects(Ref *object,...) CC_REQUIRES_NULL_TERMINATION__Array
insertObject(Ref *object, ssize_t index)__Array
isEqualToArray(__Array *otherArray)__Array
lastObject()__Arrayinline
objectAtIndex(ssize_t index)__Arrayinline
randomObject()__Arrayinline
reduceMemoryFootprint()__Array
Ref()Refprotected
release()Ref
removeAllObjects()__Array
removeLastObject(bool releaseObj=true)__Array
removeObject(Ref *object, bool releaseObj=true)__Array
removeObjectAtIndex(ssize_t index, bool releaseObj=true)__Array
removeObjectsInArray(__Array *otherArray)__Array
replaceObjectAtIndex(ssize_t index, Ref *object, bool releaseObject=true)__Array
retain()Ref
reverseObjects()__Array
setObject(Ref *object, ssize_t index)__Array
swap(ssize_t indexOne, ssize_t indexTwo)__Arrayinline
~__Array()__Array
~Clonable()Clonableinlinevirtual
~Ref()Refvirtual