NetSocket++
0.1
A library designed to simplify working with UNIX sockets in C++, written in OOP methodology.
|
An implementation of a server socket. More...
Go to the source code of this file.
Classes | |
class | NetSocketPP::ServerFunctionArgs |
A class for storing server function arguments. More... | |
class | NetSocketPP::ServerSocket |
An implementation of the server socket. More... | |
Namespaces | |
namespace | NetSocketPP |
A namespace for all library names. | |
Functions | |
void | sigchld_handler (int s) |
Signal handler, needed for implementation purposes. More... | |
An implementation of a server socket.
|
inline |
Signal handler, needed for implementation purposes.
s | Needed for implementation purposes |