commore
1.0.6-SNAPSHOT
|
#include <Tuple.h>
Public Member Functions | |
ConstValueIterator (const Tuple &t) | |
operator bool () const | |
Symbol | get_name () const |
bool | more () const |
bool | next () |
ConstValueIterator & | operator++ () |
ConstValueIterator | operator++ (int) |
const Value * | operator-> () const |
Types | get_type () |
Const iterator on tuple values
Tuple::ConstValueIterator::ConstValueIterator | ( | const Tuple & | t | ) |
t | tuple on which iteration should start |
Symbol Tuple::ConstValueIterator::get_name | ( | ) | const |
Types Tuple::ConstValueIterator::get_type | ( | ) |
bool Tuple::ConstValueIterator::more | ( | ) | const |
bool Tuple::ConstValueIterator::next | ( | ) |
Go to next value
|
inline |
|
inline |
Go to next value
|
inline |
Go to next value
|
inline |