SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
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 117 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 114 of file hash.h.
Referenced by THash< TKey, TDat, THashFunc >::THashKeyDatCmp::operator()().
bool THash< TKey, TDat, THashFunc >::THashKeyDatCmp::CmpKey |
Definition at line 114 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 113 of file hash.h.
Referenced by THash< TKey, TDat, THashFunc >::THashKeyDatCmp::operator()().