asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design
Reference Class Hierarchy | Class Index | Member Index

asio::ssl::stream_base Class Reference

Inheritance diagram for asio::ssl::stream_base:

Inheritance graph

List of all members.


Detailed Description

The stream_base class is used as a base for the asio::ssl::stream class template so that we have a common place to define various enums.

Public Types

enum  handshake_type {
  client,
  server
}
 Different handshake types. More...

Protected Member Functions

 ~stream_base ()
 Protected destructor to prevent deletion through this type.

Member Enumeration Documentation

enum asio::ssl::stream_base::handshake_type

Different handshake types.

Enumerator:
client  Perform handshaking as a client.
server  Perform handshaking as a server.


Constructor & Destructor Documentation

asio::ssl::stream_base::~stream_base (  )  [protected]

Protected destructor to prevent deletion through this type.

asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design