#include <map>
Go to the source code of this file.
Classes | |
class | room_member |
Structure with login information of a member into a channel. More... | |
class | room |
Information on the status of a chat room. More... | |
Enumerations | |
enum | member_status { Status_none, Status_muted, Status_member, Status_moderator, Status_leader } |
enum | room_type { Room_open, Room_invitation, Room_private } |
Different types of channels:. More... |
enum member_status |
enum room_type |
Different types of channels:.
Room_open | anybody can join and gain speach |
Room_invitation | people joining can only read and need to gain speech after that |
Room_private | people cannot join or see the room they need to be invited for that |
Generated on Tue Jan 1 17:30:01 2008 for chatserver/room.h File Reference by
Visit the project page on