Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
IEntityChain.hpp
1
#pragma once
2
3
namespace
samchon
4
{
5
namespace
protocol
6
{
7
class
EntityBase;
8
22
class
IEntityChain
23
{
24
protected
:
28
EntityBase *
entity
;
29
30
public
:
36
IEntityChain
(EntityBase *entity)
37
{
38
entity = this->
entity
;
39
};
40
virtual
~
IEntityChain
() =
default
;
41
};
42
};
43
};
samchon::protocol::IEntityChain::entity
EntityBase * entity
An entity related with the chain.
Definition:
IEntityChain.hpp:28
samchon::protocol::IEntityChain::IEntityChain
IEntityChain(EntityBase *entity)
Default Constructor.
Definition:
IEntityChain.hpp:36
samchon::protocol::IEntityChain
A chain of entity.
Definition:
IEntityChain.hpp:22
samchon
Definition:
ByteArray.hpp:6
cpp
samchon
protocol
IEntityChain.hpp
Generated by
1.8.11