Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bslmt::ThroughputBenchmarkResult_TestUtil Class Reference

#include <bslmt_throughputbenchmarkresult.h>

List of all members.

Public Member Functions

 ThroughputBenchmarkResult_TestUtil (ThroughputBenchmarkResult &data)
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 Component bslmt_throughputbenchmarkresult


Constructor & Destructor Documentation

bslmt::ThroughputBenchmarkResult_TestUtil::ThroughputBenchmarkResult_TestUtil ( ThroughputBenchmarkResult data  )  [explicit]

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


Member Function Documentation

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

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: