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

#include <Interface.h>

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

Public Member Functions

 Watch ()
 
 Watch (Interface &_c, h256 _f)
 
 Watch (Interface &_c, LogFilter const &_tf)
 
 ~Watch ()
 
LocalisedLogEntries check ()
 
LocalisedLogEntries peek ()
 
LocalisedLogEntries logs () const
 

Private Attributes

Interfacem_c = nullptr
 
unsigned m_id = 0
 

Friends

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

Detailed Description

Definition at line 259 of file Interface.h.

Constructor & Destructor Documentation

dev::eth::Watch::Watch ( )
inline

Definition at line 264 of file Interface.h.

dev::eth::Watch::Watch ( Interface _c,
h256  _f 
)
inline

Definition at line 265 of file Interface.h.

dev::eth::Watch::Watch ( Interface _c,
LogFilter const &  _tf 
)
inline

Definition at line 266 of file Interface.h.

dev::eth::Watch::~Watch ( )
inline

Definition at line 267 of file Interface.h.

Member Function Documentation

LocalisedLogEntries dev::eth::Watch::check ( )
inline

Definition at line 269 of file Interface.h.

LocalisedLogEntries dev::eth::Watch::logs ( ) const
inline

Definition at line 271 of file Interface.h.

LocalisedLogEntries dev::eth::Watch::peek ( )
inline

Definition at line 270 of file Interface.h.

Friends And Related Function Documentation

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

Member Data Documentation

Interface* dev::eth::Watch::m_c = nullptr
private

Definition at line 274 of file Interface.h.

unsigned dev::eth::Watch::m_id = 0
private

Definition at line 275 of file Interface.h.


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