SNAP Library , User Reference
2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <shash.h>
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 Types | |
typedef THashSetKey< TKey > | TSetKey |
Private Attributes | |
TSetKey * | KeyI |
TSetKey * | EndI |
typedef THashSetKey<TKey> THashSetKeyI< TKey >::TSetKey [private] |
THashSetKeyI< TKey >::THashSetKeyI | ( | ) | [inline] |
THashSetKeyI< TKey >::THashSetKeyI | ( | const THashSetKeyI< TKey > & | _SetKeyI | ) | [inline] |
THashSetKeyI< TKey >::THashSetKeyI | ( | const TSetKey * | _KeyI, |
const TSetKey * | _EndI | ||
) | [inline] |
const TKey& THashSetKeyI< TKey >::GetKey | ( | ) | const [inline] |
const TKey& THashSetKeyI< TKey >::operator() | ( | ) | const [inline] |
const TKey& THashSetKeyI< TKey >::operator* | ( | ) | const [inline] |
THashSetKeyI& THashSetKeyI< TKey >::operator++ | ( | int | ) | [inline] |
THashSetKeyI& THashSetKeyI< TKey >::operator-- | ( | int | ) | [inline] |
const TKey* THashSetKeyI< TKey >::operator-> | ( | ) | const [inline] |
bool THashSetKeyI< TKey >::operator< | ( | const THashSetKeyI< TKey > & | SetKeyI | ) | const [inline] |
THashSetKeyI& THashSetKeyI< TKey >::operator= | ( | const THashSetKeyI< TKey > & | SetKeyI | ) | [inline] |
bool THashSetKeyI< TKey >::operator== | ( | const THashSetKeyI< TKey > & | SetKeyI | ) | const [inline] |
TSetKey* THashSetKeyI< TKey >::EndI [private] |
TSetKey* THashSetKeyI< TKey >::KeyI [private] |