Public Types | Public Member Functions | Protected Attributes

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

#include <SSLSock_IOStream.h>

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

List of all members.

Public Types

typedef
SSLSock_StreamBufferBase
< ACE_SYNCH_USE > 
buffer_type
typedef buffer_type::stream_type stream_type

Public Member Functions

 SSLSock_IOSBase (stream_type *stream)
 ~SSLSock_IOSBase ()
buffer_typerdbuf ()
void close ()
const stream_typestream () const

Protected Attributes

buffer_type streambuf_

Detailed Description

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

Definition at line 63 of file SSLSock_IOStream.h.


Member Typedef Documentation

template<ACE_SYNCH_DECL >
typedef SSLSock_StreamBufferBase<ACE_SYNCH_USE> ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_DECL >::buffer_type
template<ACE_SYNCH_DECL >
typedef buffer_type::stream_type ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_DECL >::stream_type

Constructor & Destructor Documentation

template<ACE_SYNCH_DECL >
ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_DECL >::SSLSock_IOSBase ( stream_type stream  ) 

Definition at line 31 of file SSLSock_IOStream.cpp.

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

Definition at line 38 of file SSLSock_IOStream.cpp.

      {
        try
          {
            this->streambuf_.sync();
          }
        catch (...)
          {
          }
      }


Member Function Documentation

template<ACE_SYNCH_DECL >
void ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_DECL >::close ( void   ) 

Definition at line 57 of file SSLSock_IOStream.cpp.

      {
        this->streambuf_.sync ();
        this->streambuf_.close_stream ();
      }

template<ACE_SYNCH_DECL >
SSLSock_IOSBase< ACE_SYNCH_USE >::buffer_type * ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_DECL >::rdbuf (  ) 

Definition at line 51 of file SSLSock_IOStream.cpp.

      {
        return &this->streambuf_;
      }

template<ACE_SYNCH_DECL >
const SSLSock_IOSBase< ACE_SYNCH_USE >::stream_type & ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_DECL >::stream (  )  const

Definition at line 65 of file SSLSock_IOStream.cpp.

      {
        return this->streambuf_.stream ();
      }


Member Data Documentation

template<ACE_SYNCH_DECL >
buffer_type ACE::IOS::SSLSock_IOSBase< ACE_SYNCH_DECL >::streambuf_ [protected]

Definition at line 80 of file SSLSock_IOStream.h.


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