Samchon Framework for CPP
1.0.0
|
An iternface for entity group. More...
#include <IEntityGroup.hpp>
Public Member Functions | |
IEntityGroup () | |
Default Constructor. More... | |
Protected 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 32 of file IEntityGroup.hpp.
IEntityGroup::IEntityGroup | ( | ) |
Default Constructor.
Definition at line 5 of file IEntityGroup.cpp.
|
protectedpure virtual |
A tag name of children.
< TAG>
<CHILD_TAG />
<CHILD_TAG />
</TAG>
Implemented in samchon::example::packer::WrapperArray, samchon::example::packer::Packer, samchon::protocol::Invoke, samchon::example::tsp::Travel, samchon::namtree::NTCriteria, samchon::protocol::ExternalSystemArray, samchon::protocol::ExternalSystem, samchon::namtree::NTParameter, samchon::example::packer::ProductArray, samchon::example::chat_service::ChatRoomArray, samchon::protocol::InvokeHistoryArray, samchon::namtree::NTParameterArray, and samchon::library::FTFolder.
Referenced by samchon::protocol::EntityArray< T >::construct(), samchon::protocol::EntityList< T >::construct(), samchon::protocol::EntityGroup< _Container, _ETy, T >::construct(), samchon::protocol::EntityArray< T >::toXML(), samchon::protocol::EntityList< T >::toXML(), and samchon::protocol::EntityGroup< _Container, _ETy, T >::toXML().