SNAP Library 2.1, Developer Reference
2013-09-25 10:47:25
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 |
THash< TKey, TDat, THashFunc >::THashKeyDatCmp::THashKeyDatCmp | ( | THash< TKey, TDat, THashFunc > & | _Hash, |
const bool & | _CmpKey, | ||
const bool & | _Asc | ||
) | [inline] |
bool THash< TKey, TDat, THashFunc >::THashKeyDatCmp::operator() | ( | const int & | KeyId1, |
const int & | KeyId2 | ||
) | const [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()().