|
Scroom 0.14-49-gb7ae7a6d
|
#include <utilities.hh>

Public Member Functions | |
| void | registerCount (const Count::Ptr &count) |
| void | unregisterCount (const Count::Ptr &count) |
| void | dump () |
| std::list< Count::Ptr > | getCounts () |
Static Public Member Functions | |
| static Counter * | instance () |
Private Member Functions | |
| Counter () | |
Private Attributes | |
| std::list< Count::Ptr > | counts |
| boost::mutex | mut |
| Scroom::Logger | logger |
|
private |
Referenced by instance().


| void Counter::dump | ( | ) |
Referenced by Scroom::Utils::dumpCounts().

| std::list< Count::Ptr > Counter::getCounts | ( | ) |
|
static |
Referenced by Scroom::Utils::Count::create(), and Scroom::Utils::dumpCounts().


| void Counter::registerCount | ( | const Count::Ptr & | count | ) |
| void Counter::unregisterCount | ( | const Count::Ptr & | count | ) |
|
private |
Referenced by dump(), getCounts(), registerCount(), and unregisterCount().
|
private |
Referenced by dump().
|
private |
Referenced by dump(), getCounts(), registerCount(), and unregisterCount().