2 #include <samchon/examples/packer/Product.hpp> 4 #include <samchon/protocol/SharedEntityArray.hpp> 14 using namespace library;
15 using namespace protocol;
36 virtual auto createChild(shared_ptr<XML>) ->
Product*
override 45 virtual auto TAG()
const ->
string override 47 return "productArray";
An Entity and a container of children Entity objects.
virtual auto CHILD_TAG() const -> string override
A tag name of children.
An array of Product objects.