2 #include <samchon/API.hpp> 4 #include <samchon/protocol/Entity.hpp> 6 #include <samchon/library/Datetime.hpp> 105 virtual void construct(std::shared_ptr<library::XML>)
override;
114 virtual void notifyEnd();
120 virtual auto key() const->
std::
string override;
125 auto getUID() const->
size_t;
130 auto getListener() const->
std::
string;
135 auto getStartTime() const->library::Datetime;
140 auto getEndTime() const->library::Datetime;
153 auto calcElapsedTime() const ->
long long;
159 virtual auto TAG() const->
std::
string override;
161 virtual auto toXML() const->
std::shared_ptr<library::XML> override;
173 auto toInvoke() const->
std::shared_ptr<
Invoke>;
An entity, a standard data class.
A history of an Invoke message.
library::Datetime endTime
End time of the history.
Standard message of network I/O.
std::string listener
A listener of the Invoke message.
library::Datetime startTime
Start time of the history.
Top level namespace of products built from samchon.