sella::net::UDPSocket Class Reference

Inheritance diagram for sella::net::UDPSocket:
sella::net::Socket

List of all members.

Public Types

typedef std::shared_ptr
< UDPSocket
shared
typedef UDPSocketptr

Public Member Functions

 UDPSocket (int family) throw (SocketException)
 UDPSocket (int family, const IPAddressPort &addressport) throw (SocketException)
 UDPSocket (int family, const IPAddress &address, const Port &port) throw (SocketException)
 UDPSocket (int family, const std::string &address, unsigned short port) throw (SocketException)
 UDPSocket (const IPAddressPort &addressport) throw (SocketException)
 UDPSocket (const IPAddress &address, const Port &port) throw (SocketException)
 UDPSocket (const UDPSocket &sock)
void operator= (const UDPSocket &sock)

Static Public Member Functions

static const UDPSocket::shared shared_ptr (int family) throw (SocketException)
static const UDPSocket::shared shared_ptr (int family, const IPAddressPort &addressport) throw (SocketException)
static const UDPSocket::shared shared_ptr (int family, const IPAddress &address, const Port &port) throw (SocketException)
static const UDPSocket::shared shared_ptr (int family, const std::string &address, unsigned short port) throw (SocketException)

Detailed Description

Definition at line 23 of file UDPSocket.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables

Generated on 20 Nov 2014 for libutil++ by  doxygen 1.6.1