Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
chat_room Class Reference

Public Member Functions

void join (chat_participant_ptr participant)
 
void leave (chat_participant_ptr participant)
 
void deliver (const chat_message &msg)
 
void join (chat_participant_ptr participant)
 
void leave (chat_participant_ptr participant)
 
void deliver (const chat_message &msg)
 

Detailed Description

Definition at line 42 of file chat_server.cpp.

Member Function Documentation

void chat_room::deliver ( const chat_message msg)
inline

Definition at line 55 of file chat_server.cpp.

void chat_room::deliver ( const chat_message msg)
inline

Definition at line 57 of file chat_server.cpp.

void chat_room::join ( chat_participant_ptr  participant)
inline

Definition at line 43 of file chat_server.cpp.

void chat_room::join ( chat_participant_ptr  participant)
inline

Definition at line 45 of file chat_server.cpp.

void chat_room::leave ( chat_participant_ptr  participant)
inline

Definition at line 50 of file chat_server.cpp.

void chat_room::leave ( chat_participant_ptr  participant)
inline

Definition at line 52 of file chat_server.cpp.


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