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

A chat server. More...

#include <ChatServer.hpp>

Collaboration diagram for samchon::example::chat_service::ChatServer:

Public Member Functions

 ChatServer ()
 Default Constructor. More...
 
auto getChatRoomArray () const -> ChatRoomArray *
 Get chat room list. More...
 

Private Attributes

ChatRoomArrayroomArray
 A manager of chat rooms. More...
 

Detailed Description

A chat server.

example_chat_service.png
Author
Jeongho Nam

Definition at line 22 of file ChatServer.hpp.

Constructor & Destructor Documentation

samchon::example::chat_service::ChatServer::ChatServer ( )

Default Constructor.

Member Function Documentation

auto samchon::example::chat_service::ChatServer::getChatRoomArray ( ) const -> ChatRoomArray *

Get chat room list.

Member Data Documentation

ChatRoomArray* samchon::example::chat_service::ChatServer::roomArray
private

A manager of chat rooms.

Definition at line 31 of file ChatServer.hpp.


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