Wt examples
4.11.3
|
#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 std::function<void (const ChatEvent&)> ChatEventCallback |
Definition at line 80 of file SimpleChatServer.h.