SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Public Member Functions | |
THashMPKeyDatCmp (THashMP< TKey, TDat, THashFunc > &_Hash, const bool &_CmpKey, const bool &_Asc) | |
bool | operator() (const int &KeyId1, const int &KeyId2) const |
Public Attributes | |
const THashMP< TKey, TDat, THashFunc > & | Hash |
bool | CmpKey |
bool | Asc |
|
inline |
|
inline |
Definition at line 99 of file hashmp.h.
References THashMP< TKey, TDat, THashFunc >::THashMPKeyDatCmp::Asc, THashMP< TKey, TDat, THashFunc >::THashMPKeyDatCmp::CmpKey, and THashMP< TKey, TDat, THashFunc >::THashMPKeyDatCmp::Hash.
bool THashMP< TKey, TDat, THashFunc >::THashMPKeyDatCmp::Asc |
Definition at line 96 of file hashmp.h.
Referenced by THashMP< TKey, TDat, THashFunc >::THashMPKeyDatCmp::operator()().
bool THashMP< TKey, TDat, THashFunc >::THashMPKeyDatCmp::CmpKey |
Definition at line 96 of file hashmp.h.
Referenced by THashMP< TKey, TDat, THashFunc >::THashMPKeyDatCmp::operator()().
const THashMP<TKey, TDat, THashFunc>& THashMP< TKey, TDat, THashFunc >::THashMPKeyDatCmp::Hash |
Definition at line 95 of file hashmp.h.
Referenced by THashMP< TKey, TDat, THashFunc >::THashMPKeyDatCmp::operator()().