Hoard::Statistics Class Reference

#include <statistics.h>

List of all members.

Public Member Functions

 Statistics (void)
int getInUse (void) const
int getAllocated (void) const
void setInUse (int u)
void setAllocated (int a)

Private Attributes

int _inUse
 The number of objects in use.
int _allocated
 The number of objects allocated.

Constructor & Destructor Documentation

Hoard::Statistics::Statistics ( void   )  [inline]

Member Function Documentation

int Hoard::Statistics::getAllocated ( void   )  const [inline]
int Hoard::Statistics::getInUse ( void   )  const [inline]
void Hoard::Statistics::setAllocated ( int  a  )  [inline]
void Hoard::Statistics::setInUse ( int  u  )  [inline]

Member Data Documentation

The number of objects allocated.

The number of objects in use.


The documentation for this class was generated from the following file:
Generated on Tue Aug 2 11:51:31 2011 for Galois by  doxygen 1.6.3