![]() |
Rosetta Utilities
2014.35
|
#include <ComparingTracer.hh>
Public Member Functions | |
ComparingTracer (std::string const &file_name) | |
virtual | ~ComparingTracer () |
![]() | |
basic_otstream () | |
virtual | ~basic_otstream () |
bool | is_flushed () const |
Return true if inner string buffer is empty. More... | |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Protected Member Functions | |
virtual void | t_flush (std::string const &s) |
overload member function. More... | |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
Private Member Functions | |
ComparingTracer (ComparingTracer const &) | |
Private Attributes | |
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... | |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
basic::ComparingTracer::ComparingTracer | ( | std::string const & | file_name | ) |
|
virtual |
References file_.
|
private |
|
protectedvirtual |
overload member function.
Reimplemented from basic::basic_otstream< CharT, Traits >.
References utility::io::oc::cerr, dry_run_, file_, and basic::options::OptionKeys::in::file::s.
|
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().
|
private |
Referenced by ComparingTracer(), t_flush(), and ~ComparingTracer().