2 #include <samchon/API.hpp> 4 #include <samchon/protocol/Entity.hpp> 5 #include <samchon/protocol/IProtocol.hpp> 50 virtual void construct(std::shared_ptr<library::XML>)
override;
55 virtual auto key() const->
std::
string override;
60 auto hasListener(const
std::
string &) const ->
bool;
65 virtual auto TAG() const->
std::
string override;
67 virtual auto toXML() const->
std::shared_ptr<library::XML> override;
An entity, a standard data class.
std::set< std::string > listeners
Listeners belongs to the role.
std::string name
A name representing the role.
A role belongs to a system.
An interface of Invoke message chain.
Top level namespace of products built from samchon.