Sparksee
6.0.2
|
Sparksee attribute identifier list. More...
Instance Methods | |
(int) | - count |
Number of elements in the list. More... | |
(id) | - init |
Constructor. More... | |
(void) | - add: |
Adds a Sparksee attribute identifier at the end of the list. More... | |
(void) | - clear |
Clears the list. | |
(id) | - initWithArray: |
Creates a new AttributeList instance from the given array. | |
(id) | - initWithNSEnumerator: |
Creates a new AttributeList instance from the given NSEnumerator. | |
(STSAttributeListIterator *) | - iterator |
Gets a new AttributeListIterator. | |
Sparksee attribute identifier list.
It stores a Sparksee attribute identifier list.
Use AttributeListIterator to access all elements into this collection.
- (void) add: | (int) | attr |
Adds a Sparksee attribute identifier at the end of the list.
attr | [in] Sparksee attribute identifier. |
- (int) count |
Number of elements in the list.
- (id) init |
Constructor.
This creates an empty list.