Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
ParallelClientArray.hpp
1
#pragma once
2
#include <samchon/API.hpp>
3
4
#include <samchon/templates/parallel/ParallelSystemArray.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
ParallelClientArray
29
:
public
ParallelSystemArray
<System>,
30
public
external::ExternalClientArray
<System>
31
{
32
public
:
36
ParallelClientArray
()
37
:
ParallelSystemArray
<System>(),
38
external::
ExternalClientArray
<System>()
39
{
40
};
41
virtual
~
ParallelClientArray
() =
default
;
42
};
43
};
44
};
45
};
samchon::templates::external::ExternalClientArray
Definition:
ExternalClientArray.hpp:30
samchon::templates::external::ExternalClientArray::ExternalClientArray
ExternalClientArray()
Definition:
ExternalClientArray.hpp:45
samchon::templates::parallel::ParallelSystemArray
Definition:
ParallelSystemArray.hpp:77
samchon::templates::parallel::ParallelClientArray
Definition:
ParallelClientArray.hpp:28
samchon::templates::parallel::ParallelClientArray::ParallelClientArray
ParallelClientArray()
Definition:
ParallelClientArray.hpp:36
samchon
Definition:
ByteArray.hpp:6
cpp
samchon
templates
parallel
ParallelClientArray.hpp
Generated by
1.8.11