Samchon Framework for CPP  1.0.0
samchon::example::chat_service::ChatService Class Reference

A chat service. More...

#include <ChatService.hpp>

Collaboration diagram for samchon::example::chat_service::ChatService:

Public Member Functions

 ChatService (protocol::service::Client *)
 Construct from a client. More...
 

Private Attributes

ChatRoomroom
 A chat room. More...
 

Detailed Description

A chat service.

A chat service about a chat room.

example_chat_service.png
Author
Jeongho Nam

Definition at line 22 of file ChatService.hpp.

Constructor & Destructor Documentation

samchon::example::chat_service::ChatService::ChatService ( protocol::service::Client *  )

Construct from a client.

Member Data Documentation

ChatRoom* samchon::example::chat_service::ChatService::room
private

A chat room.

A chat room that related client is participating in.

Definition at line 32 of file ChatService.hpp.


The documentation for this class was generated from the following file: