Fawkes API Fawkes Development Version
|
Datagram socket. More...
#include <netcomm/socket/datagram.h>
Public Member Functions | |
DatagramSocket (float timeout=0.f) | |
Constructor. | |
DatagramSocket (DatagramSocket &s) | |
Copy constructor. | |
virtual Socket * | clone () |
Clone socket. |
fawkes::DatagramSocket::DatagramSocket | ( | float | timeout = 0.f | ) |
Constructor.
timeout | timeout, if 0 all operationsare blocking, otherwise it is tried for timeout seconds. |
Definition at line 41 of file datagram.cpp.
Referenced by clone().
fawkes::DatagramSocket::DatagramSocket | ( | DatagramSocket & | datagram_socket | ) |
Copy constructor.
datagram_socket | socket to copy. |
Definition at line 50 of file datagram.cpp.
Socket * fawkes::DatagramSocket::clone | ( | ) | [virtual] |
Clone socket.
Implements fawkes::Socket.
Definition at line 60 of file datagram.cpp.
References DatagramSocket().