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