#include <connection.h>
Public Member Functions | |
| connection (event::handler_service &handler_service, stream_service &stream_service, int file_descriptor) | |
| connection (event::handler_service &handler_service, stream_service &stream_service, const std::string &socket) | |
Private Member Functions | |
| connection (const connection &) | |
| connection & | operator= (const connection &) |
Private Attributes | |
| struct addrinfo | _socket_addrinfo |
| struct sockaddr_un | _socket_sockaddr |
Definition at line 45 of file connection.h.
| scalestack::network::local::stream::connection::connection | ( | event::handler_service & | handler_service, | |
| stream_service & | stream_service, | |||
| int | file_descriptor | |||
| ) |
Definition at line 34 of file connection.cc.
| scalestack::network::local::stream::connection::connection | ( | event::handler_service & | handler_service, | |
| stream_service & | stream_service, | |||
| const std::string & | socket | |||
| ) |
Definition at line 43 of file connection.cc.
| scalestack::network::local::stream::connection::connection | ( | const connection & | ) | [private] |
Don't allow copying of objects.
| connection& scalestack::network::local::stream::connection::operator= | ( | const connection & | ) | [private] |
Don't allow assignment of objects.
struct addrinfo scalestack::network::local::stream::connection::_socket_addrinfo [private] |
Definition at line 71 of file connection.h.
struct sockaddr_un scalestack::network::local::stream::connection::_socket_sockaddr [private] |
Definition at line 72 of file connection.h.
1.6.3