Go to the source code of this file.
Classes | |
struct | chat_message |
This class represents a single stored chat message. More... | |
class | chat_log |
this class memorizes a chat session. More... | |
class | room_info |
This class represents the information a client has about a room. More... | |
struct | user_info |
This class represents the information a client has about another player. More... | |
struct | game_info |
This class represents the info a client has about a game on the server. More... | |
class | game_filter_base |
class | game_filter_not< T > |
class | game_filter_stack |
class | game_filter_and_stack |
class | game_filter_value< T, member, OP > |
class | game_filter_general_string_part |