|
SNAP Library 2.3, User Reference
2014-06-16 11:58:46
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 |
| 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 |
|
private |
|
private |