Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <functional>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | CZMQAbstractNotifier |
Typedefs | |
using | CZMQNotifierFactory = std::function< std::unique_ptr< CZMQAbstractNotifier >()> |
using CZMQNotifierFactory = std::function<std::unique_ptr<CZMQAbstractNotifier>()> |
Definition at line 16 of file zmqabstractnotifier.h.