| 
    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 <hash.h>

Public Member Functions | |
| THashKeyDat () | |
| THashKeyDat (const int &_Next, const int &_HashCd, const TKey &_Key) | |
| THashKeyDat (TSIn &SIn) | |
| void | Save (TSOut &SOut) const | 
| void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm="") | 
| void | SaveXml (TSOut &SOut, const TStr &Nm) const | 
| bool | operator== (const THashKeyDat &HashKeyDat) const | 
| THashKeyDat & | operator= (const THashKeyDat &HashKeyDat) | 
Public Attributes | |
| TInt | Next | 
| TInt | HashCd | 
| TKey | Key | 
| TDat | Dat | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlineexplicit | 
| void THashKeyDat< TKey, TDat >::LoadXml | ( | const PXmlTok & | XmlTok, | 
| const TStr & | Nm = ""  | 
        ||
| ) | 
      
  | 
  inline | 
Definition at line 29 of file hash.h.
References THashKeyDat< TKey, TDat >::Dat, THashKeyDat< TKey, TDat >::HashCd, THashKeyDat< TKey, TDat >::Key, and THashKeyDat< TKey, TDat >::Next.
      
  | 
  inline | 
Definition at line 25 of file hash.h.
References THashKeyDat< TKey, TDat >::Dat, THashKeyDat< TKey, TDat >::HashCd, and THashKeyDat< TKey, TDat >::Key.
      
  | 
  inline | 
Definition at line 20 of file hash.h.
References THashKeyDat< TKey, TDat >::Dat, THashKeyDat< TKey, TDat >::HashCd, THashKeyDat< TKey, TDat >::Key, THashKeyDat< TKey, TDat >::Next, and TInt::Save().

| void THashKeyDat< TKey, TDat >::SaveXml | ( | TSOut & | SOut, | 
| const TStr & | Nm | ||
| ) | const | 
| TDat THashKeyDat< TKey, TDat >::Dat | 
Definition at line 12 of file hash.h.
Referenced by THashKeyDatI< TKey, TDat >::GetDat(), TBigNet< TNodeData, IsDir >::TNodeI::GetDat(), TBigNet< TNodeData, IsDir >::TNodeI::GetInOutNIdV(), TBigNet< TNodeData, IsDir >::TNodeI::GetInVId(), THash< TPair, THash >::GetKeyDat(), TStrHash< TDat, TStringPool, THashFunc >::GetKeyDat(), TBigNet< TNodeData, IsDir >::TNodeI::GetOutVId(), THash< TPair, THash >::IsKeyGetDat(), THashKeyDat< TKey, TDat >::operator=(), THashKeyDat< TKey, TDat >::operator==(), THash< TPair, THash >::operator[](), TStrHash< TDat, TStringPool, THashFunc >::operator[](), and THashKeyDat< TKey, TDat >::Save().
| TInt THashKeyDat< TKey, TDat >::HashCd | 
Definition at line 10 of file hash.h.
Referenced by THashKeyDatI< TKey, TDat >::GetDat(), THash< TPair, THash >::GetHashKeyDat(), TStrHash< TDat, TStringPool, THashFunc >::GetHashKeyDat(), THashKeyDatI< TKey, TDat >::GetKey(), THashKeyDatI< TKey, TDat >::operator--(), THashKeyDat< TKey, TDat >::operator=(), THashKeyDat< TKey, TDat >::operator==(), THash< TKey, TDat, THashFunc >::Resize(), TStrHash< TDat, TStringPool, THashFunc >::Resize(), and THashKeyDat< TKey, TDat >::Save().
| TKey THashKeyDat< TKey, TDat >::Key | 
Definition at line 11 of file hash.h.
Referenced by TBigNet< TNodeData, IsDir >::TNodeI::GetId(), THashKeyDatI< TKey, TDat >::GetKey(), THash< TPair, THash >::GetKey(), THash< TPair, THash >::GetKeyDat(), TStrHash< TDat, TStringPool, THashFunc >::GetKeyDat(), TStrHash< TDat, TStringPool, THashFunc >::GetKeyOfs(), THashKeyDat< TKey, TDat >::operator=(), THashKeyDat< TKey, TDat >::operator==(), THash< TKey, TDat, THashFunc >::Resize(), TStrHash< TDat, TStringPool, THashFunc >::Resize(), and THashKeyDat< TKey, TDat >::Save().
| TInt THashKeyDat< TKey, TDat >::Next | 
Definition at line 9 of file hash.h.
Referenced by THashKeyDat< TKey, TDat >::operator=(), THash< TKey, TDat, THashFunc >::Resize(), TStrHash< TDat, TStringPool, THashFunc >::Resize(), THashKeyDat< TKey, TDat >::Save(), and THash< TKey, TDat, THashFunc >::Sort().