#include <SSLSock_IOStream.h>
Public Types | |
typedef SSLSock_IOSBase < ACE_SYNCH_USE > | ios_base |
typedef ios_base::stream_type | stream_type |
typedef SSLSock_StreamBufferBase < ACE_SYNCH_USE > | buffer_type |
Public Member Functions | |
SSLSock_IStreamBase (stream_type *stream) | |
~SSLSock_IStreamBase () | |
void | set_interceptor (typename buffer_type::interceptor_type &interceptor) |
Definition at line 112 of file SSLSock_IOStream.h.
typedef SSLSock_StreamBufferBase<ACE_SYNCH_USE> ACE::IOS::SSLSock_IStreamBase< ACE_SYNCH_DECL >::buffer_type |
Reimplemented from ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_USE >.
Definition at line 118 of file SSLSock_IOStream.h.
typedef SSLSock_IOSBase<ACE_SYNCH_USE> ACE::IOS::SSLSock_IStreamBase< ACE_SYNCH_DECL >::ios_base |
Definition at line 116 of file SSLSock_IOStream.h.
typedef ios_base::stream_type ACE::IOS::SSLSock_IStreamBase< ACE_SYNCH_DECL >::stream_type |
Reimplemented from ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_USE >.
Definition at line 117 of file SSLSock_IOStream.h.
ACE::IOS::SSLSock_IStreamBase< ACE_SYNCH_DECL >::SSLSock_IStreamBase | ( | stream_type * | stream | ) | [explicit] |
Definition at line 90 of file SSLSock_IOStream.cpp.
: SSLSock_IOSBase<ACE_SYNCH_USE> (stream), std::istream (SSLSock_IOSBase<ACE_SYNCH_USE>::rdbuf ()) { }
ACE::IOS::SSLSock_IStreamBase< ACE_SYNCH_DECL >::~SSLSock_IStreamBase | ( | ) |
Definition at line 96 of file SSLSock_IOStream.cpp.
{ }
void ACE::IOS::SSLSock_IStreamBase< ACE_SYNCH_DECL >::set_interceptor | ( | typename buffer_type::interceptor_type & | interceptor | ) |
Definition at line 101 of file SSLSock_IOStream.cpp.
{ this->rdbuf ()->set_interceptor (interceptor); }