$search

asio::local::stream_protocol Class Reference

Encapsulates the flags needed for stream-oriented UNIX sockets. More...

#include <stream_protocol.hpp>

List of all members.

Public Types

typedef basic_socket_acceptor
< stream_protocol
acceptor
 The UNIX domain acceptor type.
typedef basic_endpoint
< stream_protocol
endpoint
 The type of a UNIX domain endpoint.
typedef basic_socket_iostream
< stream_protocol
iostream
 The UNIX domain iostream type.
typedef basic_stream_socket
< stream_protocol
socket
 The UNIX domain socket type.

Public Member Functions

int family () const
 Obtain an identifier for the protocol family.
int protocol () const
 Obtain an identifier for the protocol.
int type () const
 Obtain an identifier for the type of the protocol.

Detailed Description

Encapsulates the flags needed for stream-oriented UNIX sockets.

The asio::local::stream_protocol class contains flags necessary for stream-oriented UNIX domain sockets.

Thread Safety
Distinct objects: Safe.
Shared objects: Safe.
Concepts:
Protocol.

Definition at line 44 of file stream_protocol.hpp.


Member Typedef Documentation

The UNIX domain acceptor type.

Definition at line 72 of file stream_protocol.hpp.

The type of a UNIX domain endpoint.

Definition at line 66 of file stream_protocol.hpp.

The UNIX domain iostream type.

Definition at line 75 of file stream_protocol.hpp.

The UNIX domain socket type.

Definition at line 69 of file stream_protocol.hpp.


Member Function Documentation

int asio::local::stream_protocol::family (  )  const [inline]

Obtain an identifier for the protocol family.

Definition at line 60 of file stream_protocol.hpp.

int asio::local::stream_protocol::protocol (  )  const [inline]

Obtain an identifier for the protocol.

Definition at line 54 of file stream_protocol.hpp.

int asio::local::stream_protocol::type (  )  const [inline]

Obtain an identifier for the type of the protocol.

Definition at line 48 of file stream_protocol.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Castor
Author(s): Carpe Noctem
autogenerated on Fri Mar 1 14:41:49 2013