Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::asio::ssl::stream_base Class Reference

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

#include <stream_base.hpp>

Inheritance diagram for boost::asio::ssl::stream_base:

Public Types

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

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

Different handshake types.

Enumerator
client 

Perform handshaking as a client.

server 

Perform handshaking as a server.

Constructor & Destructor Documentation

boost::asio::ssl::stream_base::~stream_base ( )
inlineprotected

Protected destructor to prevent deletion through this type.


The documentation for this class was generated from the following file: