Iterator type for traversing templated Marker vector without the template. More...
#include <Marker.h>

Public Member Functions | |
| virtual bool | operator!= (const MarkerIterator &other)=0 |
| virtual const Marker * | operator* ()=0 |
| virtual MarkerIterator & | operator++ ()=0 |
| virtual const Marker * | operator-> ()=0 |
| virtual bool | operator== (const MarkerIterator &other)=0 |
| virtual MarkerIterator & | reset ()=0 |
Public Attributes | |
| void * | _data |
Iterator type for traversing templated Marker vector without the template.
|
pure virtual |
Implemented in alvar::MarkerIteratorImpl< T >.
|
pure virtual |
Implemented in alvar::MarkerIteratorImpl< T >.
|
pure virtual |
Implemented in alvar::MarkerIteratorImpl< T >.
|
pure virtual |
Implemented in alvar::MarkerIteratorImpl< T >.
|
pure virtual |
Implemented in alvar::MarkerIteratorImpl< T >.
|
pure virtual |
Implemented in alvar::MarkerIteratorImpl< T >.