Samchon Framework for CPP  1.0.0
IEntityChain.hpp
1 #pragma once
2 #include <samchon/API.hpp>
3 
4 namespace samchon
5 {
6 namespace protocol
7 {
8  class Entity;
9 
24  class SAMCHON_FRAMEWORK_API IEntityChain
25  {
26  protected:
31 
32  public:
39  virtual ~IEntityChain() = default;
40  };
41 };
42 };
An entity, a standard data class.
Definition: Entity.hpp:48
Entity * entity
An entity related with the chain.
Top level namespace of products built from samchon.
Definition: ByteArray.hpp:7