RAII checker for invariant assertions.
More...
#include <Common.h>
RAII checker for invariant assertions.
Definition at line 218 of file Common.h.
◆ InvariantChecker()
| dev::InvariantChecker::InvariantChecker |
( |
HasInvariants * |
_this, |
|
|
char const * |
_fn, |
|
|
char const * |
_file, |
|
|
int |
_line |
|
) |
| |
|
inline |
◆ ~InvariantChecker()
| dev::InvariantChecker::~InvariantChecker |
( |
| ) |
|
|
inline |
◆ checkInvariants()
| void dev::InvariantChecker::checkInvariants |
( |
HasInvariants const * |
_this, |
|
|
char const * |
_fn, |
|
|
char const * |
_file, |
|
|
int |
line, |
|
|
bool |
_pre |
|
) |
| |
|
static |
Check invariants are met, throw if not.
Definition at line 36 of file Common.cpp.
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ethereum-cpp-1.6.0/libdevcore/Common.h
- /home/abuild/rpmbuild/BUILD/ethereum-cpp-1.6.0/libdevcore/Common.cpp