Sierra Toolkit  Version of the Day
eastl::node_iterator_base< Value, bCacheHashCode > Struct Template Reference

#include <hashtable_eastl.h>

Inheritance diagram for eastl::node_iterator_base< Value, bCacheHashCode >:
Collaboration diagram for eastl::node_iterator_base< Value, bCacheHashCode >:

Public Types

typedef hash_node< Value, bCacheHashCode > node_type
 

Public Member Functions

 node_iterator_base (node_type *pNode)
 
void increment ()
 

Public Attributes

node_typempNode
 

Detailed Description

template<typename Value, bool bCacheHashCode>
struct eastl::node_iterator_base< Value, bCacheHashCode >

node_iterator_base

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.


The documentation for this struct was generated from the following file: