Realistic 3D camera system
3D camera system components
|
#include <stream_base.hpp>
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... | |
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.
Definition at line 27 of file stream_base.hpp.
Different handshake types.
Enumerator | |
---|---|
client |
Perform handshaking as a client. |
server |
Perform handshaking as a server. |
Definition at line 31 of file stream_base.hpp.
|
inlineprotected |
Protected destructor to prevent deletion through this type.
Definition at line 42 of file stream_base.hpp.