Go to file
2014-12-31 03:02:43 -08:00
doc added docs 2014-12-17 14:24:28 -08:00
include/boost/contract/ext_/preprocessor pp parsing for func return 2014-12-31 03:02:43 -08:00
test pp parsing for func return 2014-12-31 03:02:43 -08:00
.gitignore draft of pp parser for fun classifiers inline, static, etc. 2014-12-17 18:14:24 -08:00
COPYRIGHT.txt Imported prelimiary work to post Contract++ to Boost.Contract. 2014-09-27 17:56:02 -07:00
Jamroot pp parsing for func return 2014-12-31 03:02:43 -08:00
LICENSE_1_0.txt Imported prelimiary work to post Contract++ to Boost.Contract. 2014-09-27 17:56:15 -07:00
README.txt Imported prelimiary work to post Contract++ to Boost.Contract. 2014-09-27 17:56:15 -07:00
TODO.txt Imported prelimiary work to post Contract++ to Boost.Contract. 2014-09-27 17:56:02 -07:00
wave.cfg parsing template parameters 2014-12-16 11:52:24 -08:00

Contract++

Contract Programming Library for C++

DESCRIPTION

C++ Contract Programming (a.k.a. Design by Contract or DbC).
All Eiffel features supported: subcontracting, postcondition old and result
values, optional contract compilation, customizable action on assertion
failure, block invariants, loop variants, etc.
Plus virtual specifiers, concept checking, named parameters.
See: http://contractpp.sourceforge.net

FEATURES

* Support for preconditions, postconditions, class invariants, block
  invariants, and loop variants.
* Subcontract derived classes (with support for pure virtual functions and
  multiple inheritance).
* Access expression old values and function return value in postconditions.
* Optional compilation and checking of preconditions, postconditions, class
  invariants, block invariants, and loop variants.
* Customizable actions on contract assertion failure (terminate by default but
  it can throw, exit, etc).
* Virtual specifiers.
* Concept checking.
* Named parameters.