NetSocket++  0.1
A library designed to simplify working with UNIX sockets in C++, written in OOP methodology.
 All Classes Namespaces Files Functions Variables
Classes | Namespaces | Functions
ServerSocket.h File Reference

An implementation of a server socket. More...

#include "NetSocket.h"
#include "NetworkException.h"
#include "SocketException.h"

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...
 

Detailed Description

An implementation of a server socket.

Author
Phitherek_
Date
2013
Version
0.1

Function Documentation

sigchld_handler ( int  s)
inline

Signal handler, needed for implementation purposes.

Parameters
sNeeded for implementation purposes