/home/coin/SVN-release/Cbc-1.1.1/CoinUtils/src/CoinError.hpp File Reference

#include <string>
#include <iostream>
#include <cassert>

Include dependency graph for CoinError.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CoinError
 Error Class thrown by an exception. More...

Defines

#define __GNUC_PREREQ(maj, min)   (0)
#define __STRING(x)   #x
#define CoinAssertDebug(expression)   assert(expression)
#define CoinAssertDebugHint(expression, hint)   assert(expression)
#define CoinAssert(expression)   assert(expression)
#define CoinAssertHint(expression, hint)   assert(expression)

Functions

void CoinErrorUnitTest ()
 A function that tests the methods in the CoinError class.


Define Documentation

#define __GNUC_PREREQ ( maj,
min   )     (0)

Definition at line 143 of file CoinError.hpp.

#define __STRING (  )     #x

Definition at line 147 of file CoinError.hpp.

#define CoinAssertDebug ( expression   )     assert(expression)

Definition at line 151 of file CoinError.hpp.

#define CoinAssertDebugHint ( expression,
hint   )     assert(expression)

Definition at line 152 of file CoinError.hpp.

#define CoinAssert ( expression   )     assert(expression)

Definition at line 153 of file CoinError.hpp.

#define CoinAssertHint ( expression,
hint   )     assert(expression)

Definition at line 154 of file CoinError.hpp.


Function Documentation

void CoinErrorUnitTest (  ) 

A function that tests the methods in the CoinError class.

The only reason for it not to be a member method is that this way it doesn't have to be compiled into the library. And that's a gain, because the library should be compiled with optimization on, but this method should be compiled with debugging.


Generated on Thu May 15 21:59:26 2008 by  doxygen 1.4.7