#include <rwstream.hpp>
Collaboration diagram for CRWStream:

| buf_size | specifies the number bytes for internal I/O buffer, with half used for reading and the other half for writing by underlying stream buffer CRWStreambuf; 0 causes to create the buffer of some default size. | |
| buf | may specify the buffer location (if 0, an internal storage gets allocated and later freed upon stream destruction). | |
| flags | controls whether IReader is destroyed upon stream destruction, and whether excpetions cause logging (or caught silently). |
Definition at line 160 of file rwstream.hpp.
Public Member Functions | |
| CRWStream (IReaderWriter *rw, streamsize buf_size=0, CT_CHAR_TYPE *buf=0, CRWStreambuf::TFlags flags=0) | |
Private Attributes | |
| CRWStreambuf | m_Sb |
|
||||||||||||||||||||
|
Definition at line 163 of file rwstream.hpp. |
|
|
Definition at line 180 of file rwstream.hpp. Referenced by CRWStream(). |
1.4.6
Modified on Thu Sep 04 03:25:54 2008 by modify_doxy.py rev. 117643