Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
DistributedServerClientArray.hpp
1
#pragma once
2
#include <samchon/API.hpp>
3
4
#include <samchon/templates/distributed/DistributedSystemArray.hpp>
5
#include <samchon/templates/external/ExternalServerClientArray.hpp>
6
7
namespace
samchon
8
{
9
namespace
templates
10
{
11
namespace
distributed
12
{
31
template
<
class
System = DistributedSystem>
32
class
DistributedServerClientArray
33
:
public
DistributedSystemArray
<System>,
34
public
external::ExternalServerClientArray
<System>
35
{
36
public
:
40
DistributedServerClientArray
()
41
:
DistributedSystemArray
<System>(),
42
external::
ExternalServerClientArray
<System>()
43
{
44
};
45
virtual
~
DistributedServerClientArray
() =
default
;
46
};
47
};
48
};
49
};
samchon::templates::distributed::DistributedServerClientArray
Definition:
DistributedServerClientArray.hpp:32
samchon::templates::external::ExternalServerClientArray::ExternalServerClientArray
ExternalServerClientArray()
Default Constructor.
Definition:
ExternalServerClientArray.hpp:47
samchon::templates::distributed::DistributedServerClientArray::DistributedServerClientArray
DistributedServerClientArray()
Definition:
DistributedServerClientArray.hpp:40
samchon::templates::external::ExternalServerClientArray
Definition:
ExternalServerClientArray.hpp:32
samchon::templates::distributed::DistributedSystemArray
Definition:
DistributedSystemArray.hpp:119
samchon
Definition:
ByteArray.hpp:6
cpp
samchon
templates
distributed
DistributedServerClientArray.hpp
Generated by
1.8.11