Class for streaming SensitivityRecords from csv file. More...
#include <orea/engine/sensitivityinmemorystream.hpp>
Public Member Functions | |
SensitivityInMemoryStream () | |
Default constructor. | |
template<class Iter > | |
SensitivityInMemoryStream (Iter begin, Iter end) | |
Constructor from set of sensitivity records. | |
SensitivityRecord | next () override |
Returns the next SensitivityRecord in the stream. | |
void | reset () override |
Resets the stream so that SensitivityRecords can be streamed again. | |
void | add (const SensitivityRecord &sr) |
Public Member Functions inherited from SensitivityStream | |
virtual | ~SensitivityStream () |
Destructor. | |
Class for streaming SensitivityRecords from csv file.
void add | ( | const SensitivityRecord & | sr | ) |