|
| index_iterator (const_iterator first, const_iterator last) |
|
| index_iterator (const index_iterator &i) |
| Copy constructor.
|
|
index_iterator & | operator++ () |
| Pre fix ++-operator.
|
|
index_iterator | operator++ (int) |
| Post fix ++-operator.
|
|
bool | operator== (const index_iterator i) |
| Comparison operator.
|
|
bool | operator!= (const index_iterator i) |
|
| operator const uint * () const |
| Index.
|
|
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream.
|
|
Definition at line 47 of file spaceSet.hh.
◆ index_iterator()
Constructor
- Parameters
-
first | current iterator in set of index ranges |
last | current iterator in set of index ranges |
◆ info()
◆ operator!=()
The documentation for this class was generated from the following file: