Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

StateDB< T >::Statistics Struct Reference

#include <StateDB.hpp>

List of all members.

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

Detailed Description

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

Definition at line 71 of file StateDB.hpp.


Constructor & Destructor Documentation

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

Definition at line 175 of file StateDB.hpp.


Member Function Documentation

template<class T >
std::string StateDB< T >::Statistics::Write (  )  const [inline]

Member Data Documentation

template<class T>
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().

template<class T>
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().

template<class T>
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().

template<class T>
std::size_t StateDB< T >::Statistics::m_rotations

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


6 Jan 2011 Doxygen 1.6.3