|
TBCI Numerical high perf. C++ Library
2.8.0
|
Header for exception base class TBCI::NumErr. More...
#include "tbci/basics.h"#include <cstring>#include <exception>
Go to the source code of this file.
Classes | |
| class | NumErr |
| exception base class for the TBCI NumLib More... | |
Macros | |
| #define | __TBCIERR_BUF_SZ 256 |
| #define | THROWEXCEPT |
Functions | |
| static char * | ltoa (const long l) |
Variables | |
| static char | err_bf [256] |
| static volatile unsigned | err_ptr |
Header for exception base class TBCI::NumErr.
Definition in file except.h.
|
static |
Definition at line 102 of file except.h.
References __TBCIERR_BUF_SZ, err_bf, and err_ptr.
1.8.5