cae
0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
ANetwork.hpp
Go to the documentation of this file.
1
///
2
/// @file ANetwork.hpp
3
/// @brief This file contains the network abstract class
4
/// @namespace cae
5
///
6
7
#pragma once
8
9
#include "
Interfaces/Network/INetwork.hpp
"
10
11
namespace
cae
12
{
13
14
///
15
/// @interface ANetwork
16
/// @brief Abstract class for network
17
/// @namespace cae
18
///
19
class
ANetwork
:
public
INetwork
20
{
21
22
public
:
23
~ANetwork
()
override
=
default
;
24
25
};
// interface ANetwork
26
27
}
// namespace cae
INetwork.hpp
This file contains the network interface.
cae::ANetwork
Abstract class for network.
Definition
ANetwork.hpp:20
cae::ANetwork::~ANetwork
~ANetwork() override=default
cae::INetwork
Interface for network.
Definition
INetwork.hpp:20
cae
modules
Interfaces
include
Interfaces
Network
ANetwork.hpp
Generated by
1.11.0