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

A list service of chat rooms. More...

#include <ListService.hpp>

Public Member Functions

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

Private Member Functions

void createRoom (const std::string &)
 Create a chat room. More...
 

Detailed Description

A list service of chat rooms.

example_chat_service.png
Author
Jeongho Nam

Definition at line 21 of file ListService.hpp.

Constructor & Destructor Documentation

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

Construct from a client.

Member Function Documentation

void samchon::example::chat_service::ListService::createRoom ( const std::string &  )
private

Create a chat room.

Parameters
nameName of the candidate room to create.

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