|
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 <shash.h>
Public Types | |
| typedef THashSetKey< TKey > | TSetKey |
Public Member Functions | |
| THashSetKeyI () | |
| THashSetKeyI (const THashSetKeyI &_SetKeyI) | |
| THashSetKeyI (const TSetKey *_KeyI, const TSetKey *_EndI) | |
| THashSetKeyI & | operator= (const THashSetKeyI &SetKeyI) |
| bool | operator== (const THashSetKeyI &SetKeyI) const |
| bool | operator< (const THashSetKeyI &SetKeyI) const |
| THashSetKeyI & | operator++ (int) |
| THashSetKeyI & | operator-- (int) |
| const TKey & | operator* () const |
| const TKey & | operator() () const |
| const TKey * | operator-> () const |
| THashSetKeyI & | 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 |
Private Attributes | |
| TSetKey * | KeyI |
| TSetKey * | EndI |
| typedef THashSetKey<TKey> THashSetKeyI< TKey >::TSetKey |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |