Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

TransTable< T >::Statistics Struct Reference

List of all members.

Public Member Functions

 Statistics ()

Public Attributes

unsigned reads
unsigned hits
unsigned writes
unsigned overwrites

Detailed Description

template<class T>
struct TransTable< T >::Statistics

Definition at line 78 of file TransTable.hpp.


Constructor & Destructor Documentation

template<class T>
TransTable< T >::Statistics::Statistics (  )  [inline]

Definition at line 85 of file TransTable.hpp.


Member Data Documentation

template<class T>
unsigned TransTable< T >::Statistics::hits

Definition at line 81 of file TransTable.hpp.

Referenced by TransTable< T >::Get(), and TransTable< T >::Stats().

template<class T>
unsigned TransTable< T >::Statistics::overwrites

Definition at line 83 of file TransTable.hpp.

Referenced by TransTable< T >::Put(), and TransTable< T >::Stats().

template<class T>
unsigned TransTable< T >::Statistics::reads

Definition at line 80 of file TransTable.hpp.

Referenced by TransTable< T >::Get(), and TransTable< T >::Stats().

template<class T>
unsigned TransTable< T >::Statistics::writes

Definition at line 82 of file TransTable.hpp.

Referenced by TransTable< T >::Put(), and TransTable< T >::Stats().


The documentation for this struct was generated from the following file:


6 Jan 2011 Doxygen 1.6.3