TDME2 1.9.121
fwd-tdme.h
Go to the documentation of this file.
1// Forward declarations for tdme.os.network
2#pragma once
3
4namespace tdme {
5namespace os {
6namespace network {
8 class Network;
13 class NetworkSocket;
14 class NetworkServerException;
16 class UDPSocket;
17 class TCPSocket;
18} // namespace network
19} // namespace os
20} // namespace tdme
Interface to kernel event mechanismns.
Base exception class for network exceptions.
Base exception class for network IO exceptions.
Kernel event mechanism exception class.
Base class of network sockets.
Definition: NetworkSocket.h:17
Network class.
Definition: Network.h:14
Class representing a TCP socket.
Definition: TCPSocket.h:15
Class representing a UDP socket.
Definition: UDPSocket.h:27
Definition: fwd-tdme.h:4