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 <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 |
Returns true, if the iterator is empty - has not been initialized. More... | |
bool | IsEnd () const |
Returns true, if 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 |