SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 |