reSIProcate/rutil  9694
Public Member Functions | Private Attributes
resip::ResipStdCOStream Class Reference

A direct replacement for std::cout, std::cerr, etc. More...

#include <resipfaststreams.hxx>

Inheritance diagram for resip::ResipStdCOStream:
Inheritance graph
[legend]
Collaboration diagram for resip::ResipStdCOStream:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ResipStdCOStream (ResipStdBuf::BufType type)
 ~ResipStdCOStream (void)

Private Attributes

ResipStdBuf buf_

Detailed Description

A direct replacement for std::cout, std::cerr, etc.

Definition at line 503 of file resipfaststreams.hxx.


Constructor & Destructor Documentation

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_);
      }

Here is the call graph for this function:

resip::ResipStdCOStream::~ResipStdCOStream ( void  ) [inline]

Definition at line 512 of file resipfaststreams.hxx.

      {}

Member Data Documentation

Reimplemented from resip::ResipFastOStream.

Definition at line 516 of file resipfaststreams.hxx.

Referenced by ResipStdCOStream().


The documentation for this class was generated from the following file: