#include <math.h>
#include <string>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | CB2 |
Defines | |
#define | CB2_ASSERT(cond, warning) |
Exception macros. | |
#define | CB2_CONVERSION(cond, warning) |
#define | CB2_RANGECHECK(cond, value) |
#define | CB2_MEMORYCHECK(cond) |
#define | CB2_NOTFOUND(cond) |
|
Value: Exception macros. If the condition 'cond' is false, the given exception is thrown (with mandantory warning or value identification). |
|
Value: |
|
Value: |
|
Value: |
|
Value:
|