Namespaces | |
namespace | Easdif |
Revision 1.6 2003/12/05 13:53:14 ellis
including <iostream> for the use of std::cout, cerr...
Revision 1.5 2003/11/25 10:57:05 roebel Added missing namespace qualifier for exceptions. Added missing exception specification to exception deconstructor.
Revision 1.4 2003/11/18 18:18:40 roebel Reorganized exception handling and interface such that sdifexcpetions are now derived from standard exception and sdif error tags and error numbers are treated equivalently. Improved documentation.
Revision 1.3 2003/05/21 20:40:30 roebel Added documentation. Removed unused member "error". Added member functions to access message and errortag.