VideoTools
|
#include "gdef.h"
#include "gnet.h"
#include "gaddress.h"
#include "gexception.h"
#include "gevent.h"
#include "gdescriptor.h"
#include "greadwrite.h"
#include <string>
Go to the source code of this file.
Classes | |
class | GNet::Socket |
The Socket class encapsulates a non-blocking Unix socket file descriptor or a Windows 'SOCKET' handle. More... | |
struct | GNet::Socket::NoThrow |
Overload discriminator class for GNet::Socket. More... | |
class | GNet::AcceptPair |
A class which is used to return a new()ed socket to calling code, together with associated information. More... | |
class | GNet::StreamSocket |
A derivation of GNet::Socket for a stream socket. More... | |
class | GNet::DatagramSocket |
A derivation of GNet::Socket for a datagram socket. More... | |
Namespaces | |
GNet | |
Network classes. | |