|
Sierra Toolkit
Version of the Day
|
#include <hashtable_eastl.h>

A hashtable_iterator iterates the entire hash table and not just nodes within a single bucket. Users in general will use a hash table iterator much more often, as it is much like other container iterators (e.g. vector::iterator).
We define a base class here because it is shared by both const and non-const iterators.
Definition at line 227 of file hashtable_eastl.h.