Public Types | |
|
typedef std::shared_ptr < UDPSocket > | shared |
| typedef UDPSocket * | ptr |
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) |
Definition at line 23 of file UDPSocket.h.
1.6.1