![]() |
Rosetta
3.7
|
Base class for Tracer, TracerProxy and UTracer objects. More...
#include <Tracer.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... | |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
virtual | ~ReferenceCount () |
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 Tracer and TracerProxy objects. More... | |
Private Member Functions | |
basic_otstream (basic_otstream const &) | |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
|
inline |
|
inlinevirtual |
|
private |
|
inline |
Return true if inner string buffer is empty.
Referenced by basic::Tracer::~Tracer().
|
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 Tracer and TracerProxy objects.
Reimplemented in basic::PyTracer, basic::Tracer, basic::Tracer::TracerProxy, basic::MemTracer, basic::TracerToFile, and basic::ComparingTracer.
Referenced by basic::basic_otstream< CharT, Traits >::basic_tstringbuf< _CharT, _Traits >::sync().