Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
DistributedServerArrayMediator.hpp
1
#pragma once
2
#include <samchon/API.hpp>
3
4
#include <samchon/templates/distributed/DistributedSystemArrayMediator.hpp>
5
#include <samchon/templates/external/ExternalServerArray.hpp>
6
7
#include <samchon/templates/distributed/DistributedServer.hpp>
8
9
namespace
samchon
10
{
11
namespace
templates
12
{
13
namespace
distributed
14
{
28
template
<
class
System = DistributedServer>
29
class
DistributedServerArrayMediator
30
:
public
DistributedSystemArrayMediator
<System>,
31
public
external::ExternalServerArray
<System>
32
{
33
public
:
37
DistributedServerArrayMediator
()
38
:
DistributedSystemArrayMediator
<System>(),
39
external::
ExternalServerArray
<System>()
40
{
41
};
42
virtual
~
DistributedServerArrayMediator
() =
default
;
43
};
44
};
45
};
46
};
samchon::templates::external::ExternalServerArray::ExternalServerArray
ExternalServerArray()
Definition:
ExternalServerArray.hpp:36
samchon::templates::distributed::DistributedSystemArrayMediator
Definition:
DistributedSystemArrayMediator.hpp:47
samchon::templates::distributed::DistributedServerArrayMediator::DistributedServerArrayMediator
DistributedServerArrayMediator()
Definition:
DistributedServerArrayMediator.hpp:37
samchon::templates::distributed::DistributedServerArrayMediator
Definition:
DistributedServerArrayMediator.hpp:29
samchon
Definition:
ByteArray.hpp:6
samchon::templates::external::ExternalServerArray
Definition:
ExternalServerArray.hpp:29
cpp
samchon
templates
distributed
DistributedServerArrayMediator.hpp
Generated by
1.8.11