Sparksee 6.1.0
STSBooleanList Class Reference

Boolean list. More...

#include <Sparksee.h>

Inheritance diagram for STSBooleanList:
Inheritance graph
Collaboration diagram for STSBooleanList:
Collaboration graph

Instance Methods

(int) - count
 Number of elements in the list.
(id) - init
 Constructor.
(void) - add:
 Adds a Boolean at the end of the list.
(void) - clear
 Clears the list.
(id) - initWithArray:
 Creates a new BooleanList instance from the given array.
(id) - initWithNSEnumerator:
 Creates a new BooleanList instance from the given NSEnumerator.
(STSBooleanListIterator *) - iterator
 Gets a new BooleanListIterator.

Detailed Description

Boolean list.

It stores a Boolean list.

Use BooleanListIterator to access all elements into this collection.

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

Method Documentation

◆ add:

- (void) add: (BOOL) value

Adds a Boolean at the end of the list.

Parameters
value[in] Boolean.

◆ count

- (int) count

Number of elements in the list.

Returns
Number of elements in the list.

References count.

Referenced by count.

◆ init

- (id) init

Constructor.

This creates an empty list.

References init.

Referenced by init.


The documentation for this class was generated from the following file:
  • Sparksee.h