#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_IOStreamBase (stream_type *stream) | |
~SSLSock_IOStreamBase () | |
void | set_interceptor (typename buffer_type::interceptor_type &interceptor) |
Definition at line 134 of file SSLSock_IOStream.h.
typedef SSLSock_StreamBufferBase<ACE_SYNCH_USE> ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >::buffer_type |
Reimplemented from ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_USE >.
Definition at line 140 of file SSLSock_IOStream.h.
typedef SSLSock_IOSBase<ACE_SYNCH_USE> ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >::ios_base |
Definition at line 138 of file SSLSock_IOStream.h.
typedef ios_base::stream_type ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >::stream_type |
Reimplemented from ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_USE >.
Definition at line 139 of file SSLSock_IOStream.h.
ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >::SSLSock_IOStreamBase | ( | stream_type * | stream | ) | [explicit] |
Definition at line 108 of file SSLSock_IOStream.cpp.
: SSLSock_IOSBase<ACE_SYNCH_USE> (stream), std::iostream (SSLSock_IOSBase<ACE_SYNCH_USE>::rdbuf ()) { }
ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >::~SSLSock_IOStreamBase | ( | ) |
Definition at line 114 of file SSLSock_IOStream.cpp.
{ }
void ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >::set_interceptor | ( | typename buffer_type::interceptor_type & | interceptor | ) |
Definition at line 119 of file SSLSock_IOStream.cpp.
{ this->rdbuf ()->set_interceptor (interceptor); }