![]() |
Rosetta
2021.07
|
Special PyRosetta friendly Tracer like buffer. Use it to capture Tracer output with set_ios_hook. More...
#include <Tracer.hh>
Public Member Functions | |
std::string | buf () |
void | buf (std::string b) |
virtual void | output_callback (std::string) |
![]() | |
basic_otstream () | |
~basic_otstream () override | |
bool | is_flushed () const |
Return true if inner string buffer is empty. More... | |
Protected Member Functions | |
void | t_flush (std::string const &) override |
overload member function. More... | |
Private Attributes | |
std::string | buf_ |
|
inline |
References buf_.
|
inline |
References basic::options::OptionKeys::score::fiber_diffraction::b, and buf_.
|
inlinevirtual |
Referenced by t_flush().
|
overrideprotectedvirtual |
overload member function.
Reimplemented from basic::basic_otstream< CharT, Traits >.
References buf_, and output_callback().