Antkeeper
0.0.1
|
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
class | event::subscription |
Unsubscribes a subscriber on destruction. More... | |
Namespaces | |
event | |
Publish-subscribe messaging. | |
Typedefs | |
typedef std::shared_ptr< subscription > | event::shared_subscription |
Shared pointer to a subscription. More... | |