Iterator implementation for traversing templated Marker vector without the template. More...
#include <Marker.h>
Public Member Functions | |
MarkerIteratorImpl (const_iterator_aligntype i) | |
bool | operator!= (const MarkerIterator &other) |
const Marker * | operator* () |
MarkerIterator & | operator++ () |
const Marker * | operator-> () |
MarkerIteratorImpl & | operator= (const MarkerIteratorImpl &other) |
bool | operator== (const MarkerIterator &other) |
MarkerIterator & | reset () |
~MarkerIteratorImpl () | |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef std::vector< T, Eigen::aligned_allocator< T > >::const_iterator | const_iterator_aligntype |
Private Attributes | |
const_iterator_aligntype | _begin |
const_iterator_aligntype | _i |
Iterator implementation for traversing templated Marker vector without the template.
alvar::MarkerIteratorImpl< T >::MarkerIteratorImpl | ( | const_iterator_aligntype | i | ) | [inline] |
alvar::MarkerIteratorImpl< T >::~MarkerIteratorImpl | ( | ) | [inline] |
bool alvar::MarkerIteratorImpl< T >::operator!= | ( | const MarkerIterator & | other | ) | [inline, virtual] |
Implements alvar::MarkerIterator.
const Marker* alvar::MarkerIteratorImpl< T >::operator* | ( | ) | [inline, virtual] |
Implements alvar::MarkerIterator.
MarkerIterator& alvar::MarkerIteratorImpl< T >::operator++ | ( | ) | [inline, virtual] |
Implements alvar::MarkerIterator.
const Marker* alvar::MarkerIteratorImpl< T >::operator-> | ( | ) | [inline, virtual] |
Implements alvar::MarkerIterator.
MarkerIteratorImpl& alvar::MarkerIteratorImpl< T >::operator= | ( | const MarkerIteratorImpl< T > & | other | ) | [inline] |
bool alvar::MarkerIteratorImpl< T >::operator== | ( | const MarkerIterator & | other | ) | [inline, virtual] |
Implements alvar::MarkerIterator.
MarkerIterator& alvar::MarkerIteratorImpl< T >::reset | ( | ) | [inline, virtual] |
Implements alvar::MarkerIterator.
const_iterator_aligntype alvar::MarkerIteratorImpl< T >::_begin [private] |
const_iterator_aligntype alvar::MarkerIteratorImpl< T >::_i [private] |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef std::vector<T, Eigen::aligned_allocator<T> >::const_iterator alvar::MarkerIteratorImpl< T >::const_iterator_aligntype |