Public Member Functions | |
| Statistics () | |
Public Attributes | |
| unsigned | reads |
| unsigned | hits |
| unsigned | writes |
| unsigned | overwrites |
Definition at line 78 of file TransTable.hpp.
| TransTable< T >::Statistics::Statistics | ( | ) | [inline] |
Definition at line 85 of file TransTable.hpp.
| unsigned TransTable< T >::Statistics::hits |
Definition at line 81 of file TransTable.hpp.
Referenced by TransTable< T >::Get(), and TransTable< T >::Stats().
| unsigned TransTable< T >::Statistics::overwrites |
Definition at line 83 of file TransTable.hpp.
Referenced by TransTable< T >::Put(), and TransTable< T >::Stats().
| unsigned TransTable< T >::Statistics::reads |
Definition at line 80 of file TransTable.hpp.
Referenced by TransTable< T >::Get(), and TransTable< T >::Stats().
| unsigned TransTable< T >::Statistics::writes |
Definition at line 82 of file TransTable.hpp.
Referenced by TransTable< T >::Put(), and TransTable< T >::Stats().