NetSocket++
0.1
A library designed to simplify working with UNIX sockets in C++, written in OOP methodology.
|
A library designed to simplify the use of UNIX Network Sockets in the means of OOP. More...
#include <sys/socket.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <sys/wait.h>
#include <signal.h>
#include <string>
#include <cerrno>
#include <cstring>
Go to the source code of this file.
Classes | |
class | NetSocketPP::NetSocket |
A class, that represents network connection - socket. More... | |
Namespaces | |
namespace | NetSocketPP |
A namespace for all library names. | |
Functions | |
std::string | NetSocketPP::CStrToString (char *cstr) |
A function, that converts table of chars (a C-style string) into std::string. More... | |
A library designed to simplify the use of UNIX Network Sockets in the means of OOP.