Samchon Framework for CPP  1.0.0
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:
29 
34 
35  public:
40  virtual ~PRMasterHistoryArray() = default;
41 
42  SHARED_ENTITY_ARRAY_ELEMENT_ACCESSOR_HEADER(PRMasterHistory)
43  };
44 };
45 };
46 };
A history log of an Invoke message on a master.
An array of parallel system drivers.
An array of invoke histories of master.
An Entity and a container of children Entity objects.
Definition: EntityGroup.hpp:52
ParallelSystemArray * master
A master the array of histories is belonged to.
Top level namespace of products built from samchon.
Definition: ByteArray.hpp:7