Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
dev::HasInvariants Class Referenceabstract

Inheritable for classes that have invariants. More...

#include <Common.h>

Inheritance diagram for dev::HasInvariants:
[legend]

Public Member Functions

virtual bool invariants () const =0
 Reimplement to specify the invariants. More...
 

Detailed Description

Inheritable for classes that have invariants.

Definition at line 229 of file Common.h.

Member Function Documentation

virtual bool dev::HasInvariants::invariants ( ) const
pure virtual

Reimplement to specify the invariants.

Implemented in dev::eth::BlockQueue, and dev::eth::BlockChainSync.

Here is the caller graph for this function:


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