|
Sparksee
6.0.2
|
Sparksee 32-bit signed integer list. More...
Public Member Functions | |
| int32_t | Count () const |
| Number of elements in the list. More... | |
| Int32ListIterator * | Iterator () |
| 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. | |
Sparksee 32-bit signed integer list.
It stores a 32-bit signed integer list.
Use Int32ListIterator to access all elements into this collection.
| Int32List::Int32List | ( | ) |
Constructor.
This creates an empty list.
| Int32List::Int32List | ( | const std::vector< int32_t > & | v | ) |
Constructor.
| v | [in] Vector. |
|
inline |
Adds an 32-bit signed integer at the end of the list.
| value | [in] The integer. |
|
inline |
Number of elements in the list.
| Int32ListIterator* Int32List::Iterator | ( | ) |
Gets a new Int32ListIterator.