TransCacheEntry.h File Reference

#include "HashMap.h"
#include "MSTCache.h"
Include dependency graph for TransCacheEntry.h:
This graph shows which files directly or indirectly include this file:

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.

Typedef Documentation

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.


Generated on 19 Mar 2010 for PEACE by  doxygen 1.6.1