TBCI Numerical high perf. C++ Library  2.8.0
Classes | Macros | Functions | Variables
except.h File Reference

Header for exception base class TBCI::NumErr. More...

#include "tbci/basics.h"
#include <cstring>
#include <exception>
Include dependency graph for except.h:

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
 

Detailed Description

Header for exception base class TBCI::NumErr.

Definition in file except.h.

Macro Definition Documentation

#define __TBCIERR_BUF_SZ   256

Definition at line 93 of file except.h.

Referenced by ltoa().

#define THROWEXCEPT

Definition at line 114 of file except.h.

Function Documentation

static char* ltoa ( const long  l)
static

Definition at line 102 of file except.h.

References __TBCIERR_BUF_SZ, err_bf, and err_ptr.

Variable Documentation

char err_bf[256]
static

Definition at line 99 of file except.h.

Referenced by ltoa().

volatile unsigned err_ptr
static

Definition at line 100 of file except.h.

Referenced by ltoa().