|
| std::unique_ptr< Statistic > | clone () const override |
| | Create a new copy of this statistic.
|
|
void | assign_from (const Statistic &) override |
| glz::generic_u64 | dump_representation () const override |
|
std::unique_ptr< Statistic > | compute_delta (const Statistic &) const override |
| virtual std::unique_ptr< Statistic > | compute_delta (const Statistic &other) const =0 |
|
virtual void | assign_from (const Statistic &other)=0 |
|
std::string_view | name () const |
|
void | name (std::string_view new_name) |
|
|
| Statistic (const std::string_view name) |
|
std::string | name_ |
◆ clone()
| std::unique_ptr< Statistic > TestStatistic::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ dump_representation()
| glz::generic_u64 TestStatistic::dump_representation |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- tests/statistics/StatisticsTest.cc