iterater for flags in a list  
 More...
#include <list.h>
|  | 
| Flag | operator* () const | 
|  | access value the iterator is pointing to 
 | 
|  | 
| iterator & | operator++ () | 
|  | continue iterator to next value 
 | 
|  | 
| bool | operator!= (const iterator &itr) const | 
|  | checks if iterator points not to the same element 
 | 
|  | 
| bool | operator== (const iterator &itr) const | 
|  | checks if iterator points to the same element 
 | 
|  | 
iterater for flags in a list 
- Todo
- implement operator->
◆ operator!=()
  
  | 
        
          | bool ink::runtime::list_interface::iterator::operator!= | ( | const iterator & | itr | ) | const |  | inline | 
 
checks if iterator points not to the same element 
- Parameters
- 
  
  
 
 
◆ operator==()
  
  | 
        
          | bool ink::runtime::list_interface::iterator::operator== | ( | const iterator & | itr | ) | const |  | inline | 
 
checks if iterator points to the same element 
- Parameters
- 
  
  
 
 
The documentation for this class was generated from the following file: