Samchon Framework for CPP  1.0.0
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 }
15 {
16  return new PRInvokeHistory();
17 }
18 
19 SHARED_ENTITY_ARRAY_ELEMENT_ACCESSOR_BODY(PRInvokeHistoryArray, PRInvokeHistory)
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
A reported history of an Invoke message.
virtual auto createChild(std::shared_ptr< library::XML >) -> InvokeHistory *override
Factory method of a child Entity.