libfsafe  0.1.1
eases writing fail-safe code (C++)
/home/ptr/dev/dev-libs/libfsafe/libfsafe/mainpage.hxx
00001 /**
00002  * @mainpage
00003  *
00004  * @section Overview
00005  *
00006  * Usually, all you need is macros. The following ones
00007  * exist:
00008  *
00009  * @li @ref ASSERT
00010  * @li @ref ASSERT_PRE
00011  * @li @ref ASSERT_POST
00012  * @li @ref CHECKPOINT
00013  *
00014  *
00015  * @section Usage Example
00016  *
00017  * The unit tests serve as compilable and runnable
00018  * documentation and examples.
00019  *
00020  * Heres the one that is intended as a short tutorial:
00021  *
00022  * @c tests/Example.cxx
00023  * @include Example.cxx
00024  */
 All Classes Files Defines