Inviwo  0.9.10.1
Inviwo documentation
inviwo::InportIterable< T, false >::const_iterator Class Reference

Public Types

using difference_type = std::ptrdiff_t
 
using value_type = T
 
using pointer = std::shared_ptr< const T >
 
using reference = std::shared_ptr< const T >
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

 const_iterator (PortIter pIterBegin)
 
self & operator++ ()
 
self operator++ (int)
 
std::shared_ptr< const T > operator * () const
 
std::shared_ptr< const T > operator-> () const
 
bool operator== (const self &rhs) const
 
bool operator!= (const self &rhs) const
 

The documentation for this class was generated from the following file: