#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 > |
Unlike vector<T*>::iterator, these automatically dereference themselves and, in the process, maintain const correctness.
1.5.9