Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
EntityGroupBase.hpp
1
#pragma once
2
3
#include <string>
4
5
namespace
samchon
6
{
7
namespace
protocol
8
{
31
class
EntityGroupBase
32
{
33
public
:
34
virtual
~
EntityGroupBase
() =
default
;
35
36
public
:
46
virtual
auto
CHILD_TAG
()
const
->std::string = 0;
47
};
48
};
49
};
samchon::protocol::EntityGroupBase::CHILD_TAG
virtual auto CHILD_TAG() const -> std::string=0
A tag name of children.
samchon
Definition:
ByteArray.hpp:6
samchon::protocol::EntityGroupBase
An iternface for entity group.
Definition:
EntityGroupBase.hpp:31
cpp
samchon
protocol
EntityGroupBase.hpp
Generated by
1.8.11