E-MailRelay
|
#include "gdef.h"
#include "gaddress.h"
#include "gexceptionsink.h"
#include "gexception.h"
#include "gevent.h"
#include "gdescriptor.h"
#include "greadwrite.h"
#include "gstringview.h"
#include <string>
#include <memory>
#include <new>
Go to the source code of this file.
Classes | |
class | GNet::SocketBase |
A socket base class that holds a non-blocking socket file descriptor and interfaces to the event loop. More... | |
struct | GNet::SocketBase::Accepted |
Overload discriminator class for GNet::SocketBase. More... | |
struct | GNet::SocketBase::Raw |
Overload discriminator class for GNet::SocketBase. More... | |
class | GNet::Socket |
An internet-protocol socket class. More... | |
class | GNet::AcceptPair |
A class which is used to return a new()ed socket to calling code, together with associated address information. More... | |
class | GNet::StreamSocket |
A derivation of GNet::Socket for a stream socket. More... | |
struct | GNet::StreamSocket::Listener |
Overload discriminator class for GNet::StreamSocket. More... | |
class | GNet::DatagramSocket |
A derivation of GNet::Socket for a datagram socket. More... | |
class | GNet::RawSocket |
A derivation of GNet::SocketBase for a raw socket, typically of type AF_NETLINK or PF_ROUTE. More... | |
Namespaces | |
namespace | GNet |
Network classes. | |