Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
DistributedServer.hpp
1
#pragma once
2
#include <samchon/API.hpp>
3
4
#include <samchon/templates/distributed/DistributedSystem.hpp>
5
#include <samchon/templates/external/ExternalServer.hpp>
6
7
namespace
samchon
8
{
9
namespace
templates
10
{
11
namespace
distributed
12
{
23
class
DistributedServer
24
:
public
DistributedSystem
,
25
public
external::ExternalServer
26
{
27
public
:
31
DistributedServer
(external::base::ExternalSystemArrayBase *systemArray)
32
:
DistributedSystem
(systemArray),
33
external::
ExternalServer
(systemArray)
34
{
35
this->system_array_ = systemArray;
36
};
37
virtual
~
DistributedServer
() =
default
;
38
};
39
};
40
};
41
};
samchon::templates::external::ExternalServer
Definition:
ExternalServer.hpp:25
samchon::templates::distributed::DistributedServer::DistributedServer
DistributedServer(external::base::ExternalSystemArrayBase *systemArray)
Definition:
DistributedServer.hpp:31
samchon::templates::external::ExternalServer::ExternalServer
ExternalServer(base::ExternalSystemArrayBase *systemArray)
Definition:
ExternalServer.hpp:43
samchon::templates::distributed::DistributedSystem
Definition:
DistributedSystem.hpp:51
samchon::templates::distributed::DistributedServer
Definition:
DistributedServer.hpp:23
samchon
Definition:
ByteArray.hpp:6
cpp
samchon
templates
distributed
DistributedServer.hpp
Generated by
1.8.11