Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
IEntityGroup.hpp
1
#pragma once
2
#include <samchon/API.hpp>
3
4
#include <string>
5
6
namespace
samchon
7
{
8
namespace
protocol
9
{
32
class
SAMCHON_FRAMEWORK_API
IEntityGroup
33
{
34
protected
:
44
virtual
auto
CHILD_TAG()
const
->std::string = 0;
45
46
public
:
50
IEntityGroup
();
51
virtual
~
IEntityGroup
() =
default
;
52
};
53
};
54
};
samchon::protocol::IEntityGroup
An iternface for entity group.
Definition:
IEntityGroup.hpp:32
samchon
Top level namespace of products built from samchon.
Definition:
ByteArray.hpp:7
cpp
samchon
protocol
IEntityGroup.hpp
Generated by
1.8.11