#import <nsarray.h>
Inheritance diagram for NSArray:
Public Member Functions | |
(id) | - initWithObject: |
Initialize array by an argument.
| |
(id) | - initWithObjects: |
Initialize array by some arguments.
| |
(id) | - initWithObjects:count: |
Initialize array by vector of objects.
| |
(id) | - initWithGArray: |
Generate array by GPtrArray data. | |
(void) | - dealloc |
Release the array and it's contents. | |
(uint_t) | - count |
Get number of items in an array.
| |
(id) | - objectAtIndex: |
Get nth object in the array. | |
(GPtrArray *) | - gArray |
Get content data. | |
Static Public Member Functions | |
(id) | + arrayWithObject: |
Make the array which has an object. | |
(id) | + arrayWithObjects: |
Make the array which has some objects. | |
Protected Attributes | |
GPtrArray * | array_body |
|
Make the array which has an object.
|
|
Make the array which has some objects.
|
|
Get number of items in an array.
|
|
Release the array and it's contents.
Reimplemented from NSObject. Reimplemented in NSMutableArray. |
|
Get content data.
|
|
Generate array by GPtrArray data.
|
|
Initialize array by an argument.
|
|
Initialize array by some arguments.
|
|
Initialize array by vector of objects.
|
|
Get nth object in the array.
|
|
Array body |