![]() |
Rosetta Utilities
2014.35
|
Base class for Tracer, TracerProxy and UTracer objects. More...
#include <Tracer.hh>
Classes | |
class | basic_tstringbuf |
Wrapper class for std::stringbuf. More... | |
Public Member Functions | |
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 &) |
notification that flush function was called and inner buffer should be outputed. More... | |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
Private Member Functions | |
basic_otstream (basic_otstream const &) | |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
Base class for Tracer, TracerProxy and UTracer objects.
|
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.
Reimplemented in basic::PyTracer, basic::Tracer, basic::Tracer::TracerProxy, basic::MemTracer, basic::ComparingTracer, and basic::TracerToFile.
Referenced by basic::basic_otstream< CharT, Traits >::basic_tstringbuf< _CharT, _Traits >::sync().