Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
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
)
samchon::protocol::master::PRMasterHistory
A history log of an Invoke message on a master.
Definition:
PRMasterHistory.hpp:28
samchon::protocol::master
Package for external system, within the framework of master.
Definition:
protocol_master.hpp:58
std
Definition:
RWMutex.hpp:4
samchon::library
Package of libraries.
Definition:
library.hpp:84
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
Package of network protocol and libraries.
Definition:
protocol.hpp:185
samchon::protocol::master::PRMasterHistoryArray::master
ParallelSystemArray * master
A master the array of histories is belonged to.
Definition:
PRMasterHistoryArray.hpp:33
cpp
samchon
protocol
master
PRMasterHistoryArray.cpp
Generated by
1.8.11