|
Samchon Framework for CPP
1.0.0
|
A chain of entity. More...
#include <IEntityChain.hpp>
Public Member Functions | |
| IEntityChain (EntityBase *entity) | |
| Default Constructor. More... | |
Protected Attributes | |
| EntityBase * | entity |
| An entity related with the chain. More... | |
A chain of entity.
IEntityChain is an interface takes role of control about an entity by chain of responsibliy pattern. It's suitable for a supplementary processes are required on an entity like calculation or historical regression about an entity.
Definition at line 22 of file IEntityChain.hpp.
|
inline |
Default Constructor.
| entity | A related entity. |
Definition at line 36 of file IEntityChain.hpp.
References entity.
|
protected |
An entity related with the chain.
Definition at line 28 of file IEntityChain.hpp.
Referenced by IEntityChain().