|
|
using | difference_type = std::ptrdiff_t |
|
using | iterator_category = std::forward_iterator_tag |
|
using | pointer = std::shared_ptr<const T> |
|
using | reference = std::shared_ptr<const T> |
|
using | value_type = std::shared_ptr<const T> |
|
|
| FlatInportIterator (PortIter pIterBegin, PortIter pIterEnd) |
|
reference | operator* () const |
|
FlatInportIterator & | operator++ () |
|
FlatInportIterator | operator++ (int) |
|
pointer | operator-> () const |
|
|
void | maybeAdvanceData () |
|
void | maybeAdvancePort () |
|
|
size_t | dataIndex_ |
|
size_t | dataSize_ |
|
PortIter | portEnd_ |
|
PortIter | portIter_ |
|
|
bool | operator!= (const FlatInportIterator &lhs, const FlatInportIterator &rhs) |
|
bool | operator== (const FlatInportIterator &lhs, const FlatInportIterator &rhs) |
The documentation for this class was generated from the following file:
- include/inviwo/core/ports/inportiterable.h