Samchon Framework for CPP  1.0.0
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 }
16 {
17  return nullptr;
18 }
19 
20 SHARED_ENTITY_ARRAY_ELEMENT_ACCESSOR_BODY(DSInvokeHistoryArray, DSInvokeHistory)
A reported history of an Invoke message.
Package for external system, within the framework of master.
Definition: RWMutex.hpp:4
Package of libraries.
Definition: library.hpp:84
A history of an Invoke message.
An Entity and a container of children Entity objects.
Definition: EntityGroup.hpp:52
Package of network protocol and libraries.
Definition: protocol.hpp:185
virtual auto createChild(std::shared_ptr< library::XML >) -> InvokeHistory *override
Factory method of a child Entity.
Top level namespace of products built from samchon.
Definition: ByteArray.hpp:7