Sparksee  6.0.2
Int32List Class Reference

Sparksee 32-bit signed integer list. More...

Public Member Functions

int32_t Count () const
 Number of elements in the list. More...
 
Int32ListIteratorIterator ()
 Gets a new Int32ListIterator. More...
 
 Int32List ()
 Constructor. More...
 
 Int32List (const std::vector< int32_t > &v)
 Constructor. More...
 
 ~Int32List ()
 Destructor.
 
void Add (int32_t value)
 Adds an 32-bit signed integer at the end of the list. More...
 
void Clear ()
 Clears the list.
 

Detailed Description

Sparksee 32-bit signed integer list.

It stores a 32-bit signed integer list.

Use Int32ListIterator to access all elements into this collection.

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

Constructor & Destructor Documentation

Int32List::Int32List ( )

Constructor.

This creates an empty list.

Int32List::Int32List ( const std::vector< int32_t > &  v)

Constructor.

Parameters
v[in] Vector.

Member Function Documentation

void Int32List::Add ( int32_t  value)
inline

Adds an 32-bit signed integer at the end of the list.

Parameters
value[in] The integer.
int32_t Int32List::Count ( ) const
inline

Number of elements in the list.

Returns
Number of elements in the list.
Int32ListIterator* Int32List::Iterator ( )

Gets a new Int32ListIterator.

Returns
Int32ListIterator instance.

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