AppChat
0.5.0
TCP client-server caht application with boost::asio library.
|
This is the complete list of members for Channel, including all inherited members.
Channel(identifier_t room, database_ptr db) | Channel | inline |
get_room_id() const override | Channel | inlinevirtual |
join(subscriber_ptr subscriber) override | Channel | virtual |
leave(subscriber_ptr subscriber) override | Channel | virtual |
notification(text_response_ptr response) override | Channel | virtual |
~Channel() (defined in Channel) | Channel | inline |
~IRoom()=default | IRoom | virtual |