My Project
Public Member Functions | Public Attributes | List of all members
MarkerIterator Class Referenceabstract

Iterator type for traversing templated Marker vector without the template. More...

#include <Marker.h>

Inheritance diagram for MarkerIterator:
MarkerIteratorImpl< T >

Public Member Functions

virtual bool operator== (const MarkerIterator &other)=0
 
virtual bool operator!= (const MarkerIterator &other)=0
 
virtual MarkerIteratoroperator++ ()=0
 
virtual const Markeroperator* ()=0
 
virtual const Markeroperator-> ()=0
 
virtual MarkerIteratorreset ()=0
 

Public Attributes

void * _data
 

Detailed Description

Iterator type for traversing templated Marker vector without the template.

Definition at line 364 of file Marker.h.


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