#include <ComparingTracer.hh>
|
void | t_flush (std::string const &s) override |
| overload member function. More...
|
|
|
std::fstream | file_ |
|
bool | dry_run_ |
| mode of operation: if true: create model file, do not compare false: read model file, and compare output against it, generating 'assert false' if difference encountered. More...
|
|
◆ ComparingTracer() [1/2]
basic::ComparingTracer::ComparingTracer |
( |
std::string const & |
file_name | ) |
|
◆ ~ComparingTracer()
basic::ComparingTracer::~ComparingTracer |
( |
| ) |
|
|
override |
◆ ComparingTracer() [2/2]
◆ t_flush()
void basic::ComparingTracer::t_flush |
( |
std::string const & |
s | ) |
|
|
overrideprotectedvirtual |
◆ dry_run_
bool basic::ComparingTracer::dry_run_ |
|
private |
mode of operation: if true: create model file, do not compare false: read model file, and compare output against it, generating 'assert false' if difference encountered.
Referenced by ComparingTracer(), and t_flush().
◆ file_
std::fstream basic::ComparingTracer::file_ |
|
private |
The documentation for this class was generated from the following files: