#include <zmqabstractnotifier.h>
Definition at line 17 of file zmqabstractnotifier.h.
◆ CZMQAbstractNotifier()
CZMQAbstractNotifier::CZMQAbstractNotifier |
( |
| ) |
|
|
inline |
◆ ~CZMQAbstractNotifier()
CZMQAbstractNotifier::~CZMQAbstractNotifier |
( |
| ) |
|
|
virtual |
◆ Create()
◆ GetAddress()
std::string CZMQAbstractNotifier::GetAddress |
( |
| ) |
const |
|
inline |
◆ GetType()
std::string CZMQAbstractNotifier::GetType |
( |
| ) |
const |
|
inline |
◆ Initialize()
virtual bool CZMQAbstractNotifier::Initialize |
( |
void * |
pcontext | ) |
|
|
pure virtual |
◆ NotifyBlock()
bool CZMQAbstractNotifier::NotifyBlock |
( |
const CBlockIndex * |
pindex | ) |
|
|
virtual |
◆ NotifyMessage()
bool CZMQAbstractNotifier::NotifyMessage |
( |
const CMessage & |
message | ) |
|
|
virtual |
◆ NotifyTransaction()
bool CZMQAbstractNotifier::NotifyTransaction |
( |
const CTransaction & |
transaction | ) |
|
|
virtual |
◆ SetAddress()
void CZMQAbstractNotifier::SetAddress |
( |
const std::string & |
a | ) |
|
|
inline |
◆ SetType()
void CZMQAbstractNotifier::SetType |
( |
const std::string & |
t | ) |
|
|
inline |
◆ Shutdown()
virtual void CZMQAbstractNotifier::Shutdown |
( |
| ) |
|
|
pure virtual |
◆ address
std::string CZMQAbstractNotifier::address |
|
protected |
◆ psocket
void* CZMQAbstractNotifier::psocket |
|
protected |
◆ type
std::string CZMQAbstractNotifier::type |
|
protected |
The documentation for this class was generated from the following files: