Wt examples
3.7.1
|
#include <boost/noncopyable.hpp>
#include <Wt/WSignal>
#include <Wt/WString>
#include <set>
#include <map>
#include <boost/thread.hpp>
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 boost::function< void(const ChatEvent &)> | ChatEventCallback |