#include "asio/detail/push_options.hpp"
#include <boost/throw_exception.hpp>
#include <cstddef>
#include <cstring>
#include <ostream>
#include "asio/detail/pop_options.hpp"
#include "asio/error.hpp"
#include "asio/system_error.hpp"
#include "asio/detail/socket_ops.hpp"
#include "asio/detail/socket_types.hpp"
#include "asio/detail/throw_error.hpp"
Go to the source code of this file.
Classes | |
class | asio::local::basic_endpoint< Protocol > |
Describes an endpoint for a UNIX socket. More... | |
union | asio::local::basic_endpoint< Protocol >::data_union |
Namespaces | |
namespace | asio |
namespace | asio::local |
Defines | |
#define | ASIO_HAS_LOCAL_SOCKETS 1 |
#define ASIO_HAS_LOCAL_SOCKETS 1 |
Definition at line 36 of file local/basic_endpoint.hpp.