Sparksee  6.0.2
STSAttributeList Class Reference

Sparksee attribute identifier list. More...

Inheritance diagram for STSAttributeList:
Inheritance graph
Collaboration diagram for STSAttributeList:
Collaboration graph

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.
 

Detailed Description

Sparksee attribute identifier list.

It stores a Sparksee attribute identifier list.

Use AttributeListIterator to access all elements into this collection.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Method Documentation

- (void) add: (int)  attr

Adds a Sparksee attribute identifier at the end of the list.

Parameters
attr[in] Sparksee attribute identifier.
- (int) count

Number of elements in the list.

Returns
Number of elements in the list.
- (id) init

Constructor.

This creates an empty list.


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