|
reSIProcate/rutil
9694
|
A direct replacement for std::cout, std::cerr, etc. More...
#include <resipfaststreams.hxx>


Public Member Functions | |
| ResipStdCOStream (ResipStdBuf::BufType type) | |
| ~ResipStdCOStream (void) | |
Private Attributes | |
| ResipStdBuf | buf_ |
A direct replacement for std::cout, std::cerr, etc.
Definition at line 503 of file resipfaststreams.hxx.
| resip::ResipStdCOStream::ResipStdCOStream | ( | ResipStdBuf::BufType | type | ) | [inline] |
Definition at line 506 of file resipfaststreams.hxx.
References buf_, and resip::ResipFastOStream::rdbuf().
:ResipFastOStream(0),buf_(type) { rdbuf(&buf_); }

| resip::ResipStdCOStream::~ResipStdCOStream | ( | void | ) | [inline] |
Definition at line 512 of file resipfaststreams.hxx.
{}
ResipStdBuf resip::ResipStdCOStream::buf_ [private] |
Reimplemented from resip::ResipFastOStream.
Definition at line 516 of file resipfaststreams.hxx.
Referenced by ResipStdCOStream().
1.7.5.1