Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
ChatClient.hpp
1
#pragma once
2
#include <samchon/protocol/service/Client.hpp>
3
4
namespace
samchon
5
{
6
namespace
example
7
{
8
namespace
chat_service
9
{
19
class
ChatClient
20
:
public
protocol::service::Client
21
{
22
public
:
26
ChatClient
(protocol::service::User*);
27
virtual
~
ChatClient
() =
default
;
28
29
protected
:
30
auto
createService(
const
std::string &) -> protocol::service::Service*
override
;
31
};
32
};
33
};
34
};
samchon::example::chat_service::ChatClient::ChatClient
ChatClient(protocol::service::User *)
Construct from an user.
samchon
Definition:
ByteArray.hpp:6
samchon::example::chat_service::ChatClient
A client.
Definition:
ChatClient.hpp:19
cpp
samchon
examples
chat_service.bak
ChatClient.hpp
Generated by
1.8.11