Wt examples  4.10.4
Classes | Namespaces | Typedefs
SimpleChatServer.h File Reference
#include <Wt/WSignal.h>
#include <Wt/WString.h>
#include <set>
#include <map>
#include <thread>
#include <mutex>

Go to the source code of this file.

Classes

class  ChatEvent
 Encapsulate a chat event. More...
 
class  SimpleChatServer
 A simple chat server. More...
 
class  SimpleChatServer::Client
 
struct  SimpleChatServer::ClientInfo
 

Namespaces

 Wt
 

Typedefs

typedef std::function< void(const ChatEvent &)> ChatEventCallback
 

Typedef Documentation

◆ ChatEventCallback

typedef std::function<void (const ChatEvent&)> ChatEventCallback

Definition at line 80 of file SimpleChatServer.h.