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