cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
stat_bench::BenchmarkFullName Class Reference

Class of information of cases in benchmarks. More...

#include <stat_bench/benchmark_full_name.h>

+ Collaboration diagram for stat_bench::BenchmarkFullName:

Public Member Functions

 BenchmarkFullName (BenchmarkGroupName group_name, BenchmarkCaseName case_name) noexcept
 Constructor.
 
auto case_name () const noexcept -> const BenchmarkCaseName &
 Get the name of the case in the benchmark.
 
auto group_name () const noexcept -> const BenchmarkGroupName &
 Get the name of the group of cases.
 

Detailed Description

Class of information of cases in benchmarks.

Definition at line 34 of file benchmark_full_name.h.

Constructor & Destructor Documentation

◆ BenchmarkFullName()

stat_bench::BenchmarkFullName::BenchmarkFullName ( BenchmarkGroupName group_name,
BenchmarkCaseName case_name )
inlinenoexcept

Constructor.

Parameters
[in]group_nameName of the group of cases.
[in]case_nameName of the case in the benchmark.

Definition at line 42 of file benchmark_full_name.h.

Member Function Documentation

◆ case_name()

auto stat_bench::BenchmarkFullName::case_name ( ) const -> const BenchmarkCaseName&
inlinenodiscardnoexcept

Get the name of the case in the benchmark.

Returns
Name of the case in the benchmark.

Definition at line 62 of file benchmark_full_name.h.

◆ group_name()

auto stat_bench::BenchmarkFullName::group_name ( ) const -> const BenchmarkGroupName&
inlinenodiscardnoexcept

Get the name of the group of cases.

Returns
Name of the group of cases.

Definition at line 52 of file benchmark_full_name.h.


The documentation for this class was generated from the following file: