1 #include <samchon/protocol/Entity.hpp> 3 #include <samchon/library/SQLStatement.hpp> 4 #include <samchon/library/XML.hpp> 5 #include <samchon/protocol/Invoke.hpp> 15 auto Entity::key() const ->
std::
string {
return ""; }
23 void Entity::construct(shared_ptr<XML>)
30 auto Entity::toXML() const -> shared_ptr<
XML>
32 shared_ptr<XML> xml(
new XML());
Package of network protocol and libraries.
XML is a class representing xml object.
Top level namespace of products built from samchon.