|
Wt examples
4.0.0
|
#include <boost/noncopyable.hpp>#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 |
1.8.11