| 
    SNAP Library 2.3, Developer 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 Member Functions | |
| THashSetKey () | |
| THashSetKey (const int &_Next, const int &_HashCd, const TKey &_Key) | |
| THashSetKey (TSIn &SIn) | |
| void | Save (TSOut &SOut) const | 
| void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm="") | 
| void | SaveXml (TSOut &SOut, const TStr &Nm) const | 
| THashSetKey & | operator= (const THashSetKey &SetKey) | 
Public Attributes | |
| TInt | Next | 
| TInt | HashCd | 
| TKey | Key | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlineexplicit | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 1000 of file shash.h.
References THashSetKey< TKey >::HashCd, THashSetKey< TKey >::Key, and THashSetKey< TKey >::Next.
      
  | 
  inline | 
Definition at line 993 of file shash.h.
References THashSetKey< TKey >::HashCd, THashSetKey< TKey >::Key, THashSetKey< TKey >::Next, and TInt::Save().

      
  | 
  inline | 
| TInt THashSetKey< TKey >::HashCd | 
Definition at line 984 of file shash.h.
Referenced by THashSetKeyI< TKey >::GetKey(), THashSet< TInt >::GetSetKey(), THashSetKeyI< TKey >::operator--(), THashSetKey< TKey >::operator=(), THashSet< TKey, THashFunc >::Resize(), and THashSetKey< TKey >::Save().
| TKey THashSetKey< TKey >::Key | 
Definition at line 985 of file shash.h.
Referenced by THashSetKeyI< TKey >::GetKey(), THashSet< TInt >::GetKey(), THashSetKey< TKey >::LoadXml(), THashSetKeyI< TKey >::operator()(), THashSetKeyI< TKey >::operator*(), THashSetKeyI< TKey >::operator->(), THashSetKey< TKey >::operator=(), THashSet< TInt >::operator[](), THashSet< TKey, THashFunc >::Resize(), THashSetKey< TKey >::Save(), and THashSetKey< TKey >::SaveXml().
| TInt THashSetKey< TKey >::Next | 
Definition at line 983 of file shash.h.
Referenced by THashSetKey< TKey >::operator=(), THashSet< TKey, THashFunc >::Resize(), and THashSetKey< TKey >::Save().