cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
This is the complete list of members for stat_bench::bench_impl::IBenchmarkCase, including all inherited members.
execute()=0 | stat_bench::bench_impl::IBenchmarkCase | pure virtual |
IBenchmarkCase(const IBenchmarkCase &)=delete (defined in stat_bench::bench_impl::IBenchmarkCase) | stat_bench::bench_impl::IBenchmarkCase | |
IBenchmarkCase(IBenchmarkCase &&)=delete (defined in stat_bench::bench_impl::IBenchmarkCase) | stat_bench::bench_impl::IBenchmarkCase | |
IBenchmarkCase()=default | stat_bench::bench_impl::IBenchmarkCase | protected |
info() const noexcept -> const BenchmarkFullName &=0 | stat_bench::bench_impl::IBenchmarkCase | pure virtual |
operator=(const IBenchmarkCase &) -> IBenchmarkCase &=delete (defined in stat_bench::bench_impl::IBenchmarkCase) | stat_bench::bench_impl::IBenchmarkCase | |
operator=(IBenchmarkCase &&) -> IBenchmarkCase &=delete (defined in stat_bench::bench_impl::IBenchmarkCase) | stat_bench::bench_impl::IBenchmarkCase | |
params() const noexcept -> const param::ParameterConfig &=0 | stat_bench::bench_impl::IBenchmarkCase | pure virtual |
~IBenchmarkCase()=default | stat_bench::bench_impl::IBenchmarkCase | virtual |