FreePOOMA  2.4.1
Classes
DerefIterator.h File Reference

STL style iterators for lists of pointers. More...

#include <vector>
Include dependency graph for DerefIterator.h:
This graph shows which files directly or indirectly include this file:

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 >

Detailed Description

STL style iterators for lists of pointers.

Unlike vector<T*>::iterator, these automatically dereference themselves and, in the process, maintain const correctness.