BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmt::ThroughputBenchmarkResult_TestUtil Class Reference

#include <bslmt_throughputbenchmarkresult.h>

Public Member Functions

 ThroughputBenchmarkResult_TestUtil (ThroughputBenchmarkResult &data)
 
 ~ThroughputBenchmarkResult_TestUtil ()=default
 Destroy this object.
 
bsl::vector< bsl::vector< bsl::vector< double > > > & throughputs ()
 

Detailed Description

This component-private class provides modifiable access to the non-public attributes of a ThroughPutBenchmarkResult object supplied on construction, and is provided for use exclusively in the test driver of this component.

See bslmt_throughputbenchmarkresult

Constructor & Destructor Documentation

◆ ThroughputBenchmarkResult_TestUtil()

bslmt::ThroughputBenchmarkResult_TestUtil::ThroughputBenchmarkResult_TestUtil ( ThroughputBenchmarkResult data)
inlineexplicit

Create a ThroughputBenchmarkResult_TestUtil object to test contents of the specified data.

◆ ~ThroughputBenchmarkResult_TestUtil()

bslmt::ThroughputBenchmarkResult_TestUtil::~ThroughputBenchmarkResult_TestUtil ( )
default

Member Function Documentation

◆ throughputs()

bsl::vector< bsl::vector< bsl::vector< double > > > & bslmt::ThroughputBenchmarkResult_TestUtil::throughputs ( )
inline

Return a reference providing modifiable access to the d_vecThroughputs data member of ThroughputBenchmarkResult.


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