| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   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] | 
        
Definition at line 1034 of file shash.h.
References Assert, THashSetKey< TKey >::HashCd, THashSetKey< TKey >::Key, and THashSetKeyI< TKey >::KeyI.
| const TKey& THashSetKeyI< TKey >::operator() | ( | ) |  const [inline] | 
        
Definition at line 1031 of file shash.h.
References THashSetKey< TKey >::Key, and THashSetKeyI< TKey >::KeyI.
| const TKey& THashSetKeyI< TKey >::operator* | ( | ) |  const [inline] | 
        
Definition at line 1030 of file shash.h.
References THashSetKey< TKey >::Key, and THashSetKeyI< TKey >::KeyI.
| THashSetKeyI& THashSetKeyI< TKey >::operator++ | ( | int | ) |  [inline] | 
        
Definition at line 1027 of file shash.h.
References THashSetKeyI< TKey >::KeyI.
| THashSetKeyI& THashSetKeyI< TKey >::operator-- | ( | int | ) |  [inline] | 
        
Definition at line 1028 of file shash.h.
References THashSetKey< TKey >::HashCd, and THashSetKeyI< TKey >::KeyI.
| const TKey* THashSetKeyI< TKey >::operator-> | ( | ) |  const [inline] | 
        
Definition at line 1032 of file shash.h.
References THashSetKey< TKey >::Key, and THashSetKeyI< TKey >::KeyI.
| bool THashSetKeyI< TKey >::operator< | ( | const THashSetKeyI< TKey > & | SetKeyI | ) |  const [inline] | 
        
Definition at line 1025 of file shash.h.
References THashSetKeyI< TKey >::KeyI.
| THashSetKeyI& THashSetKeyI< TKey >::operator= | ( | const THashSetKeyI< TKey > & | SetKeyI | ) |  [inline] | 
        
Definition at line 1021 of file shash.h.
References THashSetKeyI< TKey >::EndI, and THashSetKeyI< TKey >::KeyI.
| bool THashSetKeyI< TKey >::operator== | ( | const THashSetKeyI< TKey > & | SetKeyI | ) |  const [inline] | 
        
Definition at line 1023 of file shash.h.
References THashSetKeyI< TKey >::KeyI.
TSetKey* THashSetKeyI< TKey >::EndI [private] | 
        
Definition at line 1013 of file shash.h.
Referenced by THashSetKeyI< TKey >::operator=().
TSetKey* THashSetKeyI< TKey >::KeyI [private] | 
        
Definition at line 1012 of file shash.h.
Referenced by THashSetKeyI< TKey >::GetKey(), THashSetKeyI< TKey >::operator()(), THashSetKeyI< TKey >::operator*(), THashSetKeyI< TKey >::operator++(), THashSetKeyI< TKey >::operator--(), THashSetKeyI< TKey >::operator->(), THashSetKeyI< TKey >::operator<(), THashSetKeyI< TKey >::operator=(), and THashSetKeyI< TKey >::operator==().