#include <StateDB.hpp>
| Public Member Functions | |
| std::string | Write () const | 
| Statistics () | |
| Public Attributes | |
| std::size_t | m_gets | 
| std::size_t | m_hits | 
| std::size_t | m_puts | 
| std::size_t | m_rotations | 
Definition at line 71 of file StateDB.hpp.
| StateDB< T >::Statistics::Statistics | ( | ) |  [inline] | 
Definition at line 175 of file StateDB.hpp.
| std::string StateDB< T >::Statistics::Write | ( | ) | const  [inline] | 
Definition at line 184 of file StateDB.hpp.
References StateDB< T >::Statistics::m_gets, StateDB< T >::Statistics::m_hits, StateDB< T >::Statistics::m_puts, and StateDB< T >::Statistics::m_rotations.
| std::size_t StateDB< T >::Statistics::m_gets | 
Definition at line 73 of file StateDB.hpp.
Referenced by StateDB< T >::Get(), and StateDB< T >::Statistics::Write().
| std::size_t StateDB< T >::Statistics::m_hits | 
Definition at line 75 of file StateDB.hpp.
Referenced by StateDB< T >::Get(), and StateDB< T >::Statistics::Write().
| std::size_t StateDB< T >::Statistics::m_puts | 
Definition at line 77 of file StateDB.hpp.
Referenced by StateDB< T >::Put(), and StateDB< T >::Statistics::Write().
| std::size_t StateDB< T >::Statistics::m_rotations | 
Definition at line 79 of file StateDB.hpp.
Referenced by StateDB< T >::Get(), StateDB< T >::Put(), and StateDB< T >::Statistics::Write().