#include "HashMap.h"
#include "MSTCache.h"
Go to the source code of this file.
Classes | |
class | TransCacheEntry |
Class to encapsulate information needed to apply conditional-transitivity. More... | |
Typedefs | |
typedef std::tr1::unordered_map< int, CachedESTInfo > | TransCacheMap |
A shortcut to refer to a hash map of CachedESTInfo. |
HashMap< int, CachedESTInfo > TransCacheMap |
A shortcut to refer to a hash map of CachedESTInfo.
This typedef provides a convenient shortcut to refer to a hash map containing the information to compute metrics using conditional-transitivity. The key into this hash map is the index of the EST to which a CachedESTInfo corresponds to. This index is the value in CachedESTInfo::estIdx.
Definition at line 50 of file TransCacheEntry.h.