|
|
| SensitivityFileStream (const std::string &fileName, char delim=',', char comment='#', char quoteChar='\0', char escapeChar='\\') |
| | Constructor providing path to csv file fileName.
|
|
| SensitivityInputStream (char delim=',', char comment='#', char quoteChar='\0', char escapeChar='\\') |
| | Constructor.
|
| void | setStream (std::istream *stream) |
| SensitivityRecord | next () override |
| | Returns the next SensitivityRecord in the stream.
|
| void | reset () override |
| | Resets the stream so that SensitivityRecord objects can be streamed again.
|
|
virtual | ~SensitivityStream () |
| | Destructor.
|