Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Typedefs
zmqabstractnotifier.h File Reference
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
Include dependency graph for zmqabstractnotifier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CZMQAbstractNotifier
 

Typedefs

using CZMQNotifierFactory = std::function< std::unique_ptr< CZMQAbstractNotifier >()>
 

Typedef Documentation

◆ CZMQNotifierFactory

using CZMQNotifierFactory = std::function<std::unique_ptr<CZMQAbstractNotifier>()>

Definition at line 17 of file zmqabstractnotifier.h.