$search

asio::local::datagram_protocol Class Reference

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

#include <datagram_protocol.hpp>

List of all members.

Public Types

typedef basic_endpoint
< datagram_protocol
endpoint
 The type of a UNIX domain endpoint.
typedef basic_datagram_socket
< datagram_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 datagram-oriented UNIX sockets.

The asio::local::datagram_protocol class contains flags necessary for datagram-oriented UNIX domain sockets.

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

Definition at line 42 of file datagram_protocol.hpp.


Member Typedef Documentation

The type of a UNIX domain endpoint.

Definition at line 64 of file datagram_protocol.hpp.

The UNIX domain socket type.

Definition at line 67 of file datagram_protocol.hpp.


Member Function Documentation

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

Obtain an identifier for the protocol family.

Definition at line 58 of file datagram_protocol.hpp.

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

Obtain an identifier for the protocol.

Definition at line 52 of file datagram_protocol.hpp.

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

Obtain an identifier for the type of the protocol.

Definition at line 46 of file datagram_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