Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
DSInvokeHistory.cpp
1
#include <samchon/protocol/master/DSInvokeHistory.hpp>
2
3
using namespace
std
;
4
using namespace
samchon::library
;
5
using namespace
samchon::protocol
;
6
using namespace
samchon::protocol::master
;
7
8
DSInvokeHistory::DSInvokeHistory(
DistributedSystem
*system,
DistributedSystemRole
*role, std::shared_ptr<Invoke> invoke)
9
:
super
(invoke)
10
{
11
this->system =
system
;
12
this->role =
role
;
13
}
14
15
auto
DSInvokeHistory::getSystem
() const ->
DistributedSystem
*
16
{
17
return
system
;
18
}
19
auto
DSInvokeHistory::getRole
() const ->
DistributedSystemRole
*
20
{
21
return
role
;
22
}
samchon::protocol::master::DSInvokeHistory::getSystem
auto getSystem() const -> DistributedSystem *
Get source system.
Definition:
DSInvokeHistory.cpp:15
samchon::protocol::Entity
An entity, a standard data class.
Definition:
Entity.hpp:48
samchon::protocol::master::DSInvokeHistory::system
DistributedSystem * system
Source system.
Definition:
DSInvokeHistory.hpp:32
samchon::protocol::master::DSInvokeHistory::getRole
auto getRole() const -> DistributedSystemRole *
Gets source role.
Definition:
DSInvokeHistory.cpp:19
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
Package of network protocol and libraries.
Definition:
protocol.hpp:185
samchon::protocol::master::DistributedSystemRole
A role of distributed processing system.
Definition:
DistributedSystemRole.hpp:34
samchon::protocol::master::DistributedSystem
A network driver for a distributed system.
Definition:
DistributedSystem.hpp:44
samchon::protocol::master::DSInvokeHistory::role
DistributedSystemRole * role
Source role.
Definition:
DSInvokeHistory.hpp:37
cpp
samchon
protocol
master
DSInvokeHistory.cpp
Generated by
1.8.11