#include <Tuple.h>
Tuple::ValueIterator::ValueIterator |
( |
Tuple & |
t | ) |
|
- Parameters
-
t | tuple on which iteration should start |
Symbol Tuple::ValueIterator::get_name |
( |
| ) |
const |
- Returns
- current value name
Types Tuple::ValueIterator::get_type |
( |
| ) |
|
- Returns
- type of current value
bool Tuple::ValueIterator::more |
( |
| ) |
const |
- Returns
- true if the iterator is at the end of the list of values.
bool Tuple::ValueIterator::next |
( |
| ) |
|
Go to next value
- Returns
- false if the iterator is at the end of the list of values.
commore::Tuple::ValueIterator::operator bool |
( |
| ) |
const |
|
inline |
- Returns
- true if the iterator is at the end of the list of values.
Go to next value
- Returns
- current iterator
Go to next value
- Returns
- previous iterator
Value* commore::Tuple::ValueIterator::operator-> |
( |
| ) |
const |
|
inline |
- Returns
- pointer to current value
The documentation for this class was generated from the following files: