Rosetta
|
Base class for TracerImpl, TracerProxyImpl and UTracer objects. More...
#include <TracerImpl.hh>
Classes | |
class | basic_tstringbuf |
Inner class declaration. More... | |
Public Member Functions | |
basic_otstream () | |
~basic_otstream () override | |
bool | is_flushed () const |
Return true if inner string buffer is empty. More... | |
Protected Member Functions | |
virtual void | t_flush (std::string const &) |
notification that flush function was called and inner buffer should be outputed. This is the mechanims by which the std::basic_stringbuf base class communicates with the TracerImpl and TracerProxyImpl objects. More... | |
Private Member Functions | |
basic_otstream (basic_otstream const &) | |
Base class for TracerImpl, TracerProxyImpl and UTracer objects.
|
inline |
|
inlineoverride |
|
private |
|
inline |
Return true if inner string buffer is empty.
References cal_vdw_radius_pool::buf.
|
inlineprotectedvirtual |
notification that flush function was called and inner buffer should be outputed. This is the mechanims by which the std::basic_stringbuf base class communicates with the TracerImpl and TracerProxyImpl objects.
Reimplemented in basic::TracerToFile, basic::ComparingTracer, basic::TracerImpl, basic::TracerImpl::TracerProxyImpl, basic::PyTracer, and basic::MemTracerImpl.
Referenced by basic::basic_otstream< CharT, Traits >::basic_tstringbuf< _CharT, _Traits >::sync().