#include <FTP_IOStream.h>


Public Member Functions | |
| OStream (std::iostream *stream) | |
| ~OStream () | |
| void | set_interceptor (StreamBuffer::interceptor_type &interceptor) |
Definition at line 91 of file FTP_IOStream.h.
| ACE::FTP::OStream::OStream | ( | std::iostream * | stream | ) | [explicit] |
Definition at line 86 of file FTP_IOStream.cpp.
: IOS (stream), std::ostream (&streambuf_) { }
| ACE::FTP::OStream::~OStream | ( | ) |
Definition at line 91 of file FTP_IOStream.cpp.
{
}
| void ACE::FTP::OStream::set_interceptor | ( | StreamBuffer::interceptor_type & | interceptor | ) | [inline] |
Definition at line 19 of file FTP_IOStream.inl.
{
this->rdbuf ()->set_interceptor (interceptor);
}
1.7.0