Samchon Framework for CPP  1.0.0
PRMasterHistoryArray.cpp
1 #include <samchon/protocol/master/PRMasterHistoryArray.hpp>
2 
3 #include <samchon/protocol/master/PRMasterHistory.hpp>
4 #include <samchon/protocol/master/ParallelSystemArray.hpp>
5 
6 using namespace std;
7 using namespace samchon::library;
8 using namespace samchon::protocol;
9 using namespace samchon::protocol::master;
10 
11 PRMasterHistoryArray::PRMasterHistoryArray(ParallelSystemArray *master)
12  : super()
13 {
14  this->master = master;
15 }
16 SHARED_ENTITY_ARRAY_ELEMENT_ACCESSOR_BODY(PRMasterHistoryArray, PRMasterHistory)
A history log of an Invoke message on a master.
Package for external system, within the framework of master.
Definition: RWMutex.hpp:4
Package of libraries.
Definition: library.hpp:84
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
Package of network protocol and libraries.
Definition: protocol.hpp:185
ParallelSystemArray * master
A master the array of histories is belonged to.