Inviwo  0.9.10.1
Inviwo documentation
inviwo::OutportIterable< T >::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

template<typename Wrapper >
 const_iterator (Wrapper wrapper)
 
 const_iterator (const const_iterator &rhs)
 
const_iteratoroperator= (const const_iterator &that)
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
std::shared_ptr< const T > operator * () const
 
std::shared_ptr< const T > operator-> () const
 
bool operator== (const const_iterator &rhs) const
 
bool operator!= (const const_iterator &rhs) const
 

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