Public Member Functions | Static Public Member Functions

CCArray Class Reference

#import "CCArray.h"

List of all members.

Public Member Functions

(void) - addObject:
(void) - addObjectsFromArray:
(void) - addObjectsFromNSArray:
(NSUInteger) - capacity
(BOOL) - containsObject:
(NSUInteger) - count
(void) - fastRemoveObject:
(void) - fastRemoveObjectAtIndex:
(NSArray *) - getNSArray
(NSUInteger) - indexOfObject:
(id) - initWithArray:
(id) - initWithCapacity:
(id) - initWithNSArray:
(void) - insertObject:atIndex:
(id) - lastObject
(void) - makeObjectsPerformSelector:
(void) - makeObjectsPerformSelector:withObject:
(id) - objectAtIndex:
(id) - randomObject
(void) - removeAllObjects
(void) - removeLastObject
(void) - removeObject:
(void) - removeObjectAtIndex:
(void) - removeObjectsInArray:

Static Public Member Functions

(id) + array
(id) + arrayWithArray:
(id) + arrayWithCapacity:
(id) + arrayWithNSArray:

Detailed Description

A faster alternative of NSArray. CCArray uses internally a c-array.

Since:
v0.99.4

Member Function Documentation

- (void) addObject: (id)  object  

undocumented

- (void) addObjectsFromArray: (CCArray *)  otherArray  

undocumented

- (void) addObjectsFromNSArray: (NSArray *)  otherArray  

undocumented

+ (id) array  

undocumented

+ (id) arrayWithArray: (CCArray *)  otherArray  

undocumented

+ (id) arrayWithCapacity: (NSUInteger)  capacity  

undocumented

+ (id) arrayWithNSArray: (NSArray *)  otherArray  

undocumented

- (NSUInteger) capacity  

undocumented

- (BOOL) containsObject: (id)  object  

undocumented

- (NSUInteger) count  

undocumented

- (void) fastRemoveObject: (id)  object  

undocumented

- (void) fastRemoveObjectAtIndex: (NSUInteger)  index  

undocumented

- (NSArray*) getNSArray  

undocumented

- (NSUInteger) indexOfObject: (id)  object  

undocumented

- (id) initWithArray: (CCArray *)  otherArray  

undocumented

- (id) initWithCapacity: (NSUInteger)  capacity  

undocumented

- (id) initWithNSArray: (NSArray *)  otherArray  

undocumented

- (void) insertObject: (id)  object
atIndex: (NSUInteger)  index 

undocumented

- (id) lastObject  

undocumented

- (void) makeObjectsPerformSelector: (SEL)  aSelector  

undocumented

- (void) makeObjectsPerformSelector: (SEL)  aSelector
withObject: (id)  object 

undocumented

- (id) objectAtIndex: (NSUInteger)  index  

undocumented

- (id) randomObject  

undocumented

- (void) removeAllObjects  

undocumented

- (void) removeLastObject  

undocumented

- (void) removeObject: (id)  object  

undocumented

- (void) removeObjectAtIndex: (NSUInteger)  index  

undocumented

- (void) removeObjectsInArray: (CCArray *)  otherArray  

undocumented


The documentation for this class was generated from the following file: