Samchon Framework for CPP
1.0.0
|
A chat server. More...
#include <ChatServer.hpp>
Public Member Functions | |
ChatServer () | |
Default Constructor. More... | |
auto | getChatRoomArray () const -> ChatRoomArray * |
Get chat room list. More... | |
Private Attributes | |
ChatRoomArray * | roomArray |
A manager of chat rooms. More... | |
samchon::example::chat_service::ChatServer::ChatServer | ( | ) |
Default Constructor.
auto samchon::example::chat_service::ChatServer::getChatRoomArray | ( | ) | const -> ChatRoomArray * |
Get chat room list.
|
private |
A manager of chat rooms.
Definition at line 31 of file ChatServer.hpp.