1/// \ingroup rbd_common
2///@{
3
4/// \file _rbd_com.dox Description of rbd_common.
5///
6/// \page rbd_common RBD common library.
7///These are classes and functions and define statements that used by many
8///of my C++ libraries.
9///
10///Currently these are in files "include.h", "myexcept.h", "myexcept.cpp".
11///
12///The file "include.h" sets options appropriate
13///for different compilers and user requirements.
14///
15///The files "myexcept.h" and "myexcept.cpp" contain my exception classes and
16///and the code for simulating exceptions with compilers that do not support
17///exceptions.
18
19
20
21///@}
22
23
24
25
26
27