#include <StatisticsCollector.h>
|
template<typename T > |
T & | get (const std::string &name) |
|
void | collect () |
|
const auto & | statistics () const |
|
Definition at line 14 of file StatisticsCollector.h.
◆ collect()
void carl::statistics::StatisticsCollector::collect |
( |
| ) |
|
◆ get()
template<typename T >
T& carl::statistics::StatisticsCollector::get |
( |
const std::string & |
name | ) |
|
|
inline |
◆ getInstance()
Returns the single instance of this class by reference.
If there is no instance yet, a new one is created.
Definition at line 45 of file Singleton.h.
◆ statistics()
const auto& carl::statistics::StatisticsCollector::statistics |
( |
| ) |
const |
|
inline |
◆ mStatistics
std::vector<std::unique_ptr<Statistics> > carl::statistics::StatisticsCollector::mStatistics |
|
private |
The documentation for this class was generated from the following files: