Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | Friends | List of all members
dev::shh::Watch Class Reference

#include <Interface.h>

Inheritance diagram for dev::shh::Watch:
[legend]
Collaboration diagram for dev::shh::Watch:
[legend]

Public Member Functions

 Watch ()
 
 Watch (Interface &_c, Topics const &_t)
 
 ~Watch ()
 
h256s check ()
 
h256s peek ()
 

Private Attributes

Interfacem_c
 
unsigned m_id
 

Friends

void std::swap (Watch &_a, Watch &_b)
 

Detailed Description

Definition at line 96 of file Interface.h.

Constructor & Destructor Documentation

dev::shh::Watch::Watch ( )
inline

Definition at line 101 of file Interface.h.

dev::shh::Watch::Watch ( Interface _c,
Topics const &  _t 
)
inline

Definition at line 102 of file Interface.h.

dev::shh::Watch::~Watch ( )
inline

Definition at line 103 of file Interface.h.

Member Function Documentation

h256s dev::shh::Watch::check ( )
inline

Definition at line 105 of file Interface.h.

h256s dev::shh::Watch::peek ( )
inline

Definition at line 106 of file Interface.h.

Friends And Related Function Documentation

void std::swap ( Watch _a,
Watch _b 
)
friend

Member Data Documentation

Interface* dev::shh::Watch::m_c
private

Definition at line 109 of file Interface.h.

unsigned dev::shh::Watch::m_id
private

Definition at line 110 of file Interface.h.


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