![]() |
Rosetta
2019.12
|
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 () | |
virtual | ~basic_otstream () |
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 |
|
inlinevirtual |
|
private |
|
inline |
Return true if inner string buffer is empty.
|
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::TracerImpl, basic::PyTracer, basic::TracerImpl::TracerProxyImpl, basic::MemTracerImpl, basic::TracerToFile, and basic::ComparingTracer.
Referenced by basic::basic_otstream< CharT, Traits >::basic_tstringbuf< _CharT, _Traits >::sync().