|
NetCpp
v0.2
|
Client for local dgram communications. More...
#include <dgram_local.hpp>

Public Member Functions | |
| client () | |
| Constructor. | |
Public Member Functions inherited from AbstractSocket | |
| bool | close () |
| Close the socket. | |
| AbstractSystemSocket * | getSocket () |
| get the socket | |
| int | receive (__buffer buf, std::size_t size) |
| Receive operation. | |
| int | send (__buffer buf, std::size_t size) |
| Send operation. | |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractSocket | |
| AbstractSocket (const protocol &prot) | |
| Constructor. | |
Client for local dgram communications.
Definition at line 89 of file dgram_local.hpp.
|
inline |
Constructor.
This constructor allocates a concrete class derived from net::AbstractSystemSocket.
Definition at line 97 of file dgram_local.hpp.