5 #include <samchon/protocol/Entity.hpp> 11 namespace chat_service
30 virtual auto TAG() const ->
std::
string 62 virtual void construct(std::shared_ptr<library::XML>);
73 virtual auto
toXML() const ->
std::shared_ptr<library::XML>;
std::string listener
A listener, target of whispering.
An entity, a standard data class.
std::string message
A message, what to say.
virtual void construct(std::shared_ptr< library::XML >)
Construct data of the Entity from an XML object.
auto getListener() const -> std::string
Get listener.
virtual auto toXML() const -> std::shared_ptr< library::XML >
Get an XML object represents the Entity.
virtual auto TAG() const -> std::string
A tag name when represented by XML.
ChatMessage()
Default Constructor.
std::string orator
An orator, who told.
Top level namespace of products built from samchon.