#include <OW_HTTPChunkedOStream.hpp>
Inheritance diagram for OW_NAMESPACE::HTTPChunkedOStreamBuffer:


Public Member Functions | |
| HTTPChunkedOStreamBuffer (std::ostream &ostr) | |
| virtual | ~HTTPChunkedOStreamBuffer () |
Protected Member Functions | |
| virtual int | sync () |
Private Member Functions | |
| virtual int | buffer_to_device (const char *c, int n) |
| Writes the buffer to the "device". | |
| HTTPChunkedOStreamBuffer (const HTTPChunkedOStreamBuffer &) | |
| HTTPChunkedOStreamBuffer & | operator= (const HTTPChunkedOStreamBuffer &) |
Private Attributes | |
| std::ostream & | m_ostr |
Friends | |
| class | HTTPChunkedOStream |
Definition at line 54 of file OW_HTTPChunkedOStream.hpp.
|
|
|
|
|
Definition at line 49 of file OW_HTTPChunkedOStream.cpp. References sync(). |
|
|
|
|
||||||||||||
|
Writes the buffer to the "device".
Reimplemented from OW_NAMESPACE::BaseStreamBuffer. Definition at line 70 of file OW_HTTPChunkedOStream.cpp. References m_ostr. |
|
|
|
|
|
Reimplemented from OW_NAMESPACE::BaseStreamBuffer. Definition at line 62 of file OW_HTTPChunkedOStream.cpp. References m_ostr, and OW_NAMESPACE::BaseStreamBuffer::sync(). Referenced by ~HTTPChunkedOStreamBuffer(). |
|
|
Definition at line 69 of file OW_HTTPChunkedOStream.hpp. |
|
|
Definition at line 63 of file OW_HTTPChunkedOStream.hpp. Referenced by buffer_to_device(), and sync(). |
1.4.6