Sparksee
6.0.2
|
Public Member Functions | |
int32_t | Count () const |
Number of elements in the list. More... | |
ValueListIterator * | Iterator () |
Gets a new ValueListIterator. More... | |
ValueList () | |
Constructor. More... | |
~ValueList () | |
Destructor. | |
void | Clear () |
Clears the list. | |
void | Add (Value *value) |
Adds a value to the end of the list. More... | |
Value * | Get (int32_t index) const |
Returns the Value at the specified position in the list. More... | |
Value list.
It stores a Value list.
Use ValueListIterator to access all elements into this collection.
|
inline |
Constructor.
This creates an empty list.
void ValueList::Add | ( | Value * | value | ) |
Adds a value to the end of the list.
value | [in] The value to add |
|
inline |
Number of elements in the list.
Returns the Value at the specified position in the list.
index | [in] Index of the element to return, starting at 0. |
ValueListIterator* ValueList::Iterator | ( | ) |
Gets a new ValueListIterator.