C++ Library, mos@ua
0.9
cpplib-mos
|
Design-by-Contract module. More...
Go to the source code of this file.
Macros | |
#define | check(condition, message) |
Checks the verification of an general algorithm assertion. More... | |
#define | require(condition, message) |
Checks the verification of a precondition. More... | |
#define | ensure(condition, message) |
Checks the verification of a postcondition. More... | |
#define | invariant(condition, message) |
Checks the verification of an invariant. More... | |
Design-by-Contract module.