|
SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <hash.h>
Public Types | |
| typedef THashKeyDat< TKey, TDat > | THKeyDat |
Public Member Functions | |
| THashKeyDatI () | |
| THashKeyDatI (const THashKeyDatI &_HashKeyDatI) | |
| THashKeyDatI (const THKeyDat *_KeyDatI, const THKeyDat *_EndI) | |
| THashKeyDatI & | operator= (const THashKeyDatI &HashKeyDatI) |
| bool | operator== (const THashKeyDatI &HashKeyDatI) const |
| bool | operator< (const THashKeyDatI &HashKeyDatI) const |
| THashKeyDatI & | operator++ (int) |
| THashKeyDatI & | operator-- (int) |
| THKeyDat & | operator* () const |
| THKeyDat & | operator() () const |
| THKeyDat * | operator-> () const |
| THashKeyDatI & | Next () |
| bool | IsEmpty () const |
| Tests whether the iterator has been initialized. More... | |
| bool | IsEnd () const |
| Tests whether the iterator is pointing to the past-end element. More... | |
| const TKey & | GetKey () const |
| const TDat & | GetDat () const |
| TDat & | GetDat () |
Private Attributes | |
| THKeyDat * | KeyDatI |
| THKeyDat * | EndI |
| typedef THashKeyDat<TKey, TDat> THashKeyDatI< TKey, TDat >::THKeyDat |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |