MinitScript  0.9.31 PRE-BETA
fwd-minitscript.h
Go to the documentation of this file.
1 // Forward declarations for minitscript.os.network
2 #pragma once
3 
4 namespace minitscript {
5 namespace os {
6 namespace network {
7  class Network;
8  class NetworkException;
9  class NetworkIOException;
11  class NetworkSocket;
12  class NetworkServerException;
14  class SecureTCPSocket;
15  class TCPSocket;
16 } // namespace network
17 } // namespace os
18 } // namespace minitscript
Base exception class for network exceptions.
Base exception class for network IO exceptions.
Base class of network sockets.
Definition: NetworkSocket.h:17
Class representing a secure TCP socket.
Class representing a TCP socket.
Definition: TCPSocket.h:15