#include <FTP_IOStream.h>
Public Member Functions | |
IStream (std::iostream *stream) | |
~IStream () | |
void | set_interceptor (StreamBuffer::interceptor_type &interceptor) |
Definition at line 107 of file FTP_IOStream.h.
ACE::FTP::IStream::IStream | ( | std::iostream * | stream | ) | [explicit] |
Definition at line 95 of file FTP_IOStream.cpp.
: IOS (stream), std::istream (&streambuf_) { }
ACE::FTP::IStream::~IStream | ( | ) |
Definition at line 100 of file FTP_IOStream.cpp.
{ }
void ACE::FTP::IStream::set_interceptor | ( | StreamBuffer::interceptor_type & | interceptor | ) | [inline] |
Definition at line 25 of file FTP_IOStream.inl.
{ this->rdbuf ()->set_interceptor (interceptor); }