Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
PRMasterHistoryArray.hpp
1
#pragma once
2
#include <samchon/API.hpp>
3
4
#include <samchon/protocol/master/PRInvokeHistoryArray.hpp>
5
6
#include <atomic>
7
8
namespace
samchon
9
{
10
namespace
protocol
11
{
12
namespace
master
13
{
14
class
ParallelSystemArray;
15
class
PRMasterHistory;
16
22
class
SAMCHON_FRAMEWORK_API
PRMasterHistoryArray
23
:
public
PRInvokeHistoryArray
24
{
25
friend
class
PRMasterHistory
;
26
27
protected
:
28
typedef
PRInvokeHistoryArray
super
;
29
33
ParallelSystemArray
*
master
;
34
35
public
:
39
PRMasterHistoryArray
(
ParallelSystemArray
*);
40
virtual
~
PRMasterHistoryArray
() =
default
;
41
42
SHARED_ENTITY_ARRAY_ELEMENT_ACCESSOR_HEADER(
PRMasterHistory
)
43
};
44
};
45
};
46
};
samchon::protocol::master::PRMasterHistory
A history log of an Invoke message on a master.
Definition:
PRMasterHistory.hpp:28
samchon::protocol::master::ParallelSystemArray
An array of parallel system drivers.
Definition:
ParallelSystemArray.hpp:50
samchon::protocol::master::PRMasterHistoryArray
An array of invoke histories of master.
Definition:
PRMasterHistoryArray.hpp:22
samchon::protocol::EntityGroup
An Entity and a container of children Entity objects.
Definition:
EntityGroup.hpp:52
samchon::protocol::master::PRInvokeHistoryArray
An array of PRInvokeHistory.
Definition:
PRInvokeHistoryArray.hpp:19
samchon::protocol::master::PRMasterHistoryArray::master
ParallelSystemArray * master
A master the array of histories is belonged to.
Definition:
PRMasterHistoryArray.hpp:33
samchon
Top level namespace of products built from samchon.
Definition:
ByteArray.hpp:7
cpp
samchon
protocol
master
PRMasterHistoryArray.hpp
Generated by
1.8.11