#include <Track.h>
Public Types | |
Iterator traits | |
| using | difference_type = std::ptrdiff_t |
| using | value_type = TrackPoint |
| using | pointer = TrackPoint const * |
| using | reference = TrackPoint |
| using | iterator_category = std::input_iterator_tag |
Public Member Functions | |
| TrackPointIterator ()=default | |
| TrackPointIterator (track_proxy_t const &track, std::size_t index) | |
| TrackPointIterator & | operator++ () |
| TrackPointIterator | operator++ (int) |
| value_type | operator* () const |
| bool | operator== (TrackPointIterator const &other) const |
| bool | operator!= (TrackPointIterator const &other) const |
Private Types | |
| using | track_proxy_t = TrackProxy |
Private Attributes | |
| track_proxy_t const * | track = nullptr |
| std::size_t | index = std::numeric_limits<std::size_t>::max() |
Iterator for points of a track proxy. Only supports range-for loops.
| using proxy::TrackPointIterator< TrackProxy >::difference_type = std::ptrdiff_t |
| using proxy::TrackPointIterator< TrackProxy >::iterator_category = std::input_iterator_tag |
| using proxy::TrackPointIterator< TrackProxy >::pointer = TrackPoint const* |
| using proxy::TrackPointIterator< TrackProxy >::reference = TrackPoint |
|
private |
| using proxy::TrackPointIterator< TrackProxy >::value_type = TrackPoint |
|
default |
|
inline |
|
inline |
Definition at line 1342 of file Track.h.
|
inline |
Definition at line 1336 of file Track.h.
|
inline |
|
inline |
|
inline |
Definition at line 1339 of file Track.h.
|
private |
|
private |
1.8.11