Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
PRInvokeHistoryArray.cpp
1
#include <samchon/protocol/master/PRInvokeHistoryArray.hpp>
2
3
#include <samchon/protocol/master/PRInvokeHistory.hpp>
4
5
using namespace
std
;
6
using namespace
samchon::library
;
7
using namespace
samchon::protocol
;
8
using namespace
samchon::protocol::master
;
9
10
PRInvokeHistoryArray::PRInvokeHistoryArray()
11
:
super
()
12
{
13
}
14
auto
PRInvokeHistoryArray::createChild
(shared_ptr<XML>) ->
InvokeHistory
*
15
{
16
return
new
PRInvokeHistory
();
17
}
18
19
SHARED_ENTITY_ARRAY_ELEMENT_ACCESSOR_BODY(
PRInvokeHistoryArray
,
PRInvokeHistory
)
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::InvokeHistory
A history of an Invoke message.
Definition:
InvokeHistory.hpp:35
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::PRInvokeHistoryArray
An array of PRInvokeHistory.
Definition:
PRInvokeHistoryArray.hpp:19
samchon::protocol::master::PRInvokeHistory
A reported history of an Invoke message.
Definition:
PRInvokeHistory.hpp:23
samchon::protocol::master::PRInvokeHistoryArray::createChild
virtual auto createChild(std::shared_ptr< library::XML >) -> InvokeHistory *override
Factory method of a child Entity.
Definition:
PRInvokeHistoryArray.cpp:14
cpp
samchon
protocol
master
PRInvokeHistoryArray.cpp
Generated by
1.8.11