SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
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 |
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] |