FreePOOMA
2.4.1
|
STL style iterators for lists of pointers. More...
#include <vector>
Classes | |
class | DerefIterator< T > |
DerefIterator<T> and ConstDerefIterator<T> are STL-style iterators that are used to properly handle iterating through lists of pointers. More... | |
class | ConstDerefIterator< T > |
STL style iterators for lists of pointers.
Unlike vector<T*>::iterator, these automatically dereference themselves and, in the process, maintain const correctness.