Pyrogenesis
13997
|
#include <dyn_hash_tbl.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef T | value_type |
typedef ptrdiff_t | difference_type |
typedef const T * | pointer |
typedef const T & | reference |
Public Member Functions | |
iterator () | |
iterator (T *pos_, T *end_) | |
T & | operator* () const |
iterator & | operator++ () |
bool | operator== (const iterator &rhs) const |
bool | operator< (const iterator &rhs) const |
const T * | operator-> () const |
bool | operator!= (const iterator &rhs) const |
iterator | operator++ (int) |
Protected Attributes | |
T * | pos |
T * | end |
Definition at line 169 of file dyn_hash_tbl.h.
typedef ptrdiff_t DynHashTbl< Key, T, Traits >::iterator::difference_type |
Definition at line 174 of file dyn_hash_tbl.h.
typedef std::forward_iterator_tag DynHashTbl< Key, T, Traits >::iterator::iterator_category |
Definition at line 172 of file dyn_hash_tbl.h.
typedef const T* DynHashTbl< Key, T, Traits >::iterator::pointer |
Definition at line 175 of file dyn_hash_tbl.h.
typedef const T& DynHashTbl< Key, T, Traits >::iterator::reference |
Definition at line 176 of file dyn_hash_tbl.h.
typedef T DynHashTbl< Key, T, Traits >::iterator::value_type |
Definition at line 173 of file dyn_hash_tbl.h.
|
inline |
Definition at line 178 of file dyn_hash_tbl.h.
|
inline |
Definition at line 181 of file dyn_hash_tbl.h.
|
inline |
Definition at line 209 of file dyn_hash_tbl.h.
|
inline |
Definition at line 184 of file dyn_hash_tbl.h.
|
inline |
Definition at line 188 of file dyn_hash_tbl.h.
|
inline |
Definition at line 213 of file dyn_hash_tbl.h.
|
inline |
Definition at line 205 of file dyn_hash_tbl.h.
|
inline |
Definition at line 199 of file dyn_hash_tbl.h.
|
inline |
Definition at line 195 of file dyn_hash_tbl.h.
|
protected |
Definition at line 220 of file dyn_hash_tbl.h.
|
protected |
Definition at line 219 of file dyn_hash_tbl.h.