|
SNAP Library , Developer Reference
2013-01-07 14:03:36
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 107 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 104 of file hash.h.
Referenced by THash< TKey, TDat, THashFunc >::THashKeyDatCmp::operator()().
| bool THash< TKey, TDat, THashFunc >::THashKeyDatCmp::CmpKey |
Definition at line 104 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 103 of file hash.h.
Referenced by THash< TKey, TDat, THashFunc >::THashKeyDatCmp::operator()().