Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
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
:
30
Entity
*
entity
;
31
32
public
:
38
IEntityChain
(
Entity
*);
39
virtual
~
IEntityChain
() =
default
;
40
};
41
};
42
};
samchon::protocol::Entity
An entity, a standard data class.
Definition:
Entity.hpp:48
samchon::protocol::IEntityChain::entity
Entity * entity
An entity related with the chain.
Definition:
IEntityChain.hpp:30
samchon::protocol::IEntityChain
A chain of entity.
Definition:
IEntityChain.hpp:24
samchon
Top level namespace of products built from samchon.
Definition:
ByteArray.hpp:7
cpp
samchon
protocol
IEntityChain.hpp
Generated by
1.8.11