Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::eth::Watch Class Reference

#include <Interface.h>

Inheritance diagram for dev::eth::Watch:

Public Member Functions

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

Friends

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

Detailed Description

Definition at line 257 of file Interface.h.

Constructor & Destructor Documentation

◆ Watch() [1/3]

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

Definition at line 262 of file Interface.h.

◆ Watch() [2/3]

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

Definition at line 263 of file Interface.h.

◆ Watch() [3/3]

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

Definition at line 264 of file Interface.h.

◆ ~Watch()

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

Definition at line 265 of file Interface.h.

Member Function Documentation

◆ check()

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

Definition at line 267 of file Interface.h.

◆ logs()

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

Definition at line 269 of file Interface.h.

◆ peek()

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

Definition at line 268 of file Interface.h.

Friends And Related Function Documentation

◆ std::swap

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

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