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