Samchon Framework for CPP
1.0.0
|
An iternface for entity group. More...
#include <EntityGroupBase.hpp>
Public Member Functions | |
virtual auto | CHILD_TAG () const -> std::string=0 |
A tag name of children. More... | |
An iternface for entity group.
IEntityGroup is an interface for a container of entity. It does not have any special role or function. The IEntityGorup is only for discriminate an entity is single instance or gorup of entity.
Definition at line 31 of file EntityGroupBase.hpp.
|
pure virtual |
A tag name of children.
< TAG>
<CHILD_TAG />
<CHILD_TAG />
</TAG>
Implemented in samchon::examples::packer::WrapperArray, samchon::templates::external::ExternalSystem, samchon::examples::packer::Packer, samchon::templates::external::ExternalSystemArray< System >, samchon::templates::external::ExternalSystemArray< MasterSystem >, samchon::templates::external::ExternalSystemArray< SlaveDriver >, samchon::templates::external::ExternalSystemArray< Viewer >, samchon::protocol::Invoke, samchon::examples::tsp::Travel, and samchon::examples::packer::ProductArray.
Referenced by samchon::protocol::EntityGroup< std::deque< System * >, System, int >::construct(), and samchon::protocol::EntityGroup< std::deque< System * >, System, int >::toXML().