Public Types | Public Member Functions

ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL > Class Template Reference

#include <SSLSock_IOStream.h>

Inheritance diagram for ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >:
Inheritance graph
[legend]
Collaboration diagram for ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

template<ACE_SYNCH_DECL>
class ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >

Definition at line 134 of file SSLSock_IOStream.h.


Member Typedef Documentation

template<ACE_SYNCH_DECL >
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.

template<ACE_SYNCH_DECL >
typedef SSLSock_IOSBase<ACE_SYNCH_USE> ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >::ios_base

Definition at line 138 of file SSLSock_IOStream.h.

template<ACE_SYNCH_DECL >
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.


Constructor & Destructor Documentation

template<ACE_SYNCH_DECL >
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 ())
      {
      }

template<ACE_SYNCH_DECL >
ACE::IOS::SSLSock_IOStreamBase< ACE_SYNCH_DECL >::~SSLSock_IOStreamBase (  ) 

Definition at line 114 of file SSLSock_IOStream.cpp.

      {
      }


Member Function Documentation

template<ACE_SYNCH_DECL >
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);
      }


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines