|
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 <hashmp.h>
Public Types | |
| typedef THashMPKeyDat< TKey, TDat > | TPHKeyDat |
Public Member Functions | |
| THashMPKeyDatI () | |
| THashMPKeyDatI (const THashMPKeyDatI &_HashKeyDatI) | |
| THashMPKeyDatI (const TPHKeyDat *_KeyDatI, const TPHKeyDat *_EndI) | |
| THashMPKeyDatI & | operator= (const THashMPKeyDatI &HashKeyDatI) |
| bool | operator== (const THashMPKeyDatI &HashKeyDatI) const |
| bool | operator< (const THashMPKeyDatI &HashKeyDatI) const |
| THashMPKeyDatI & | operator++ (int) |
| THashMPKeyDatI & | operator-- (int) |
| TPHKeyDat & | operator* () const |
| TPHKeyDat & | operator() () const |
| TPHKeyDat * | operator-> () const |
| THashMPKeyDatI & | 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 | |
| TPHKeyDat * | KeyDatI |
| TPHKeyDat * | EndI |
| typedef THashMPKeyDat<TKey, TDat> THashMPKeyDatI< TKey, TDat >::TPHKeyDat |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |