BDE 4.14.0 Production release
|
#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 () |
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.
|
inlineexplicit |
Create a ThroughputBenchmarkResult_TestUtil
object to test contents of the specified data
.
|
default |
|
inline |
Return a reference providing modifiable access to the d_vecThroughputs
data member of ThroughputBenchmarkResult
.