#include <HTTP_IOStream.h>


Public Member Functions | |
| OStream (std::iostream &stream, StreamBuffer::policy_type *policy=0) | |
| ~OStream () | |
| void | set_interceptor (StreamBuffer::interceptor_type &interceptor) |
Definition at line 97 of file HTTP_IOStream.h.
| ACE::HTTP::OStream::OStream | ( | std::iostream & | stream, | |
| StreamBuffer::policy_type * | policy = 0 | |||
| ) | [explicit] |
Definition at line 89 of file HTTP_IOStream.cpp.
: IOS (stream, policy), std::ostream (&streambuf_) { }
| ACE::HTTP::OStream::~OStream | ( | ) |
Definition at line 94 of file HTTP_IOStream.cpp.
{
}
| void ACE::HTTP::OStream::set_interceptor | ( | StreamBuffer::interceptor_type & | interceptor | ) | [inline] |
Definition at line 19 of file HTTP_IOStream.inl.
{
this->rdbuf ()->set_interceptor (interceptor);
}
1.7.0