| 
    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 
   | 
 
Public Member Functions | |
| THashKeyDatCmp (THash< TKey, TDat, THashFunc > &_Hash, const bool &_CmpKey, const bool &_Asc) | |
| bool | operator() (const int &KeyId1, const int &KeyId2) const | 
Public Attributes | |
| const THash< TKey, TDat,  THashFunc > &  | Hash | 
| bool | CmpKey | 
| bool | Asc | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 108 of file hash.h.
References THash< TKey, TDat, THashFunc >::THashKeyDatCmp::Asc, THash< TKey, TDat, THashFunc >::THashKeyDatCmp::CmpKey, and THash< TKey, TDat, THashFunc >::THashKeyDatCmp::Hash.
| bool THash< TKey, TDat, THashFunc >::THashKeyDatCmp::Asc | 
Definition at line 105 of file hash.h.
Referenced by THash< TKey, TDat, THashFunc >::THashKeyDatCmp::operator()().
| bool THash< TKey, TDat, THashFunc >::THashKeyDatCmp::CmpKey | 
Definition at line 105 of file hash.h.
Referenced by THash< TKey, TDat, THashFunc >::THashKeyDatCmp::operator()().
| const THash<TKey, TDat, THashFunc>& THash< TKey, TDat, THashFunc >::THashKeyDatCmp::Hash | 
Definition at line 104 of file hash.h.
Referenced by THash< TKey, TDat, THashFunc >::THashKeyDatCmp::operator()().