#include <Tuple.h>
      
        
          | commore::Tuple::ValueIterator::ValueIterator | ( | Tuple & | t | ) |  | 
      
 
- Parameters
- 
  
    | t | tuple on which iteration should start |  
 
 
 
      
        
          | Symbol commore::Tuple::ValueIterator::get_name | ( |  | ) | const | 
      
 
- Returns
- current value name 
 
 
      
        
          | Types commore::Tuple::ValueIterator::get_type | ( |  | ) |  | 
      
 
- Returns
- type of current value 
 
 
      
        
          | bool commore::Tuple::ValueIterator::more | ( |  | ) | const | 
      
 
- Returns
- true if the iterator is at the end of the list of values. 
 
 
      
        
          | bool commore::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 file: