pops-core
0.9
PoPS (Pest or Pathogen Spread) Model Core C++ library
|
A const view of a Segment which can be iterated. More...
#include <network_kernel.hpp>
Public Member Functions | |
SegmentView (typename Segment::const_iterator first, typename Segment::const_iterator last) | |
SegmentView (typename Segment::const_reverse_iterator first, typename Segment::const_reverse_iterator last) | |
ConstEitherWayIterator< Segment > | begin () const |
ConstEitherWayIterator< Segment > | end () const |
A const view of a Segment which can be iterated.
Depending on which iterators are passed in the constructor, the view is in the forward direction of the Segment or in reverse. The view can also be a subset. The view supports only const iterators.
Definition at line 481 of file network_kernel.hpp.
|
inline |
Definition at line 484 of file network_kernel.hpp.
|
inline |
Definition at line 489 of file network_kernel.hpp.
|
inline |
Definition at line 494 of file network_kernel.hpp.
|
inline |
Definition at line 498 of file network_kernel.hpp.