Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
CZMQPublishRawBlockNotifier Class Reference

#include <zmqpublishnotifier.h>

Inheritance diagram for CZMQPublishRawBlockNotifier:
[legend]
Collaboration diagram for CZMQPublishRawBlockNotifier:
[legend]

Public Member Functions

bool NotifyBlock (const CBlockIndex *pindex) override
 
- Public Member Functions inherited from CZMQAbstractPublishNotifier
bool SendMessage (const char *command, const void *data, size_t size)
 
bool Initialize (void *pcontext) override
 
void Shutdown () override
 
- Public Member Functions inherited from CZMQAbstractNotifier
 CZMQAbstractNotifier ()
 
virtual ~CZMQAbstractNotifier ()
 
std::string GetType () const
 
void SetType (const std::string &t)
 
std::string GetAddress () const
 
void SetAddress (const std::string &a)
 
virtual bool NotifyTransaction (const CTransaction &transaction)
 

Additional Inherited Members

- Static Public Member Functions inherited from CZMQAbstractNotifier
template<typename T >
static CZMQAbstractNotifierCreate ()
 
- Protected Attributes inherited from CZMQAbstractNotifier
void * psocket
 
std::string type
 
std::string address
 

Detailed Description

Definition at line 43 of file zmqpublishnotifier.h.

Member Function Documentation

bool CZMQPublishRawBlockNotifier::NotifyBlock ( const CBlockIndex pindex)
overridevirtual

Reimplemented from CZMQAbstractNotifier.

Definition at line 169 of file zmqpublishnotifier.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files: