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

Public Types | |
|
typedef hash_node< Value, bCacheHashCode > | node_type |
Public Member Functions | |
| node_iterator_base (node_type *pNode) | |
| void | increment () |
Public Attributes | |
| node_type * | mpNode |
Node iterators iterate nodes within a given bucket.
We define a base class here because it is shared by both const and non-const iterators.
Definition at line 156 of file hashtable_eastl.h.