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