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