Samchon Framework for CPP  1.0.0
samchon::protocol::IEntityChain Class Reference

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...
 

Detailed Description

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.

Basic Components
See also
samchon::protocol
Author
Jeongho Nam http://samchon.org

Definition at line 22 of file IEntityChain.hpp.

Constructor & Destructor Documentation

samchon::protocol::IEntityChain::IEntityChain ( EntityBase *  entity)
inline

Default Constructor.

Parameters
entityA related entity.

Definition at line 36 of file IEntityChain.hpp.

References entity.

Member Data Documentation

EntityBase* samchon::protocol::IEntityChain::entity
protected

An entity related with the chain.

Definition at line 28 of file IEntityChain.hpp.

Referenced by IEntityChain().


The documentation for this class was generated from the following file: