exceptions.cc File Reference

Instatiates the exceptions needed, because gcc-3 is more strictly following the pragma interface statements. More...

#include "bvector.h"
#include "fs_vector.h"
#include "matrix.h"
#include "band_matrix.h"
#include "index.h"
#include "tensor.h"
#include "crmatrix.h"
#include "cscmatrix.h"
#include "f_bandmatrix.h"

Include dependency graph for exceptions.cc:

Go to the source code of this file.

Namespaces

namespace  TBCI

Defines

#define THROW_EXC(x)

Functions

void TBCI::__tbci_throw_exception0_VecErr () __attribute__((weak))
void TBCI::__tbci_throw_exception1_VecErr () __attribute__((weak))
void TBCI::__tbci_throw_exception2_VecErr () __attribute__((weak))
void TBCI::__tbci_throw_exception0_FSVecErr () __attribute__((weak))
void TBCI::__tbci_throw_exception1_FSVecErr () __attribute__((weak))
void TBCI::__tbci_throw_exception2_FSVecErr () __attribute__((weak))
void TBCI::__tbci_throw_exception0_MatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception1_MatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception2_MatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception0_BdMatrixErr () __attribute__((weak))
void TBCI::__tbci_throw_exception1_BdMatrixErr () __attribute__((weak))
void TBCI::__tbci_throw_exception2_BdMatrixErr () __attribute__((weak))
void TBCI::__tbci_throw_exception0_IdxErr () __attribute__((weak))
void TBCI::__tbci_throw_exception1_IdxErr () __attribute__((weak))
void TBCI::__tbci_throw_exception2_IdxErr () __attribute__((weak))
void TBCI::__tbci_throw_exception0_TensErr () __attribute__((weak))
void TBCI::__tbci_throw_exception1_TensErr () __attribute__((weak))
void TBCI::__tbci_throw_exception2_TensErr () __attribute__((weak))
void TBCI::__tbci_throw_exception0_CRMatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception1_CRMatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception2_CRMatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception0_CSCMatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception1_CSCMatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception2_CSCMatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception0_F_BandMatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception1_F_BandMatErr () __attribute__((weak))
void TBCI::__tbci_throw_exception2_F_BandMatErr () __attribute__((weak))


Detailed Description

Instatiates the exceptions needed, because gcc-3 is more strictly following the pragma interface statements.

Author:
Kurt@Garloff.DE
Date:
2001-06-13
Version:
Id
exceptions.cc,v 1.1.2.7 2006/08/13 20:06:01 garloff Exp

Definition in file exceptions.cc.


Define Documentation

#define THROW_EXC (  ) 

Value:

WEAK(void __tbci_throw_exception0_##x ())       \
{ throw x (); }                         \
WEAK(void __tbci_throw_exception1_##x ())       \
{ throw x ("foo1"); }                           \
WEAK(void __tbci_throw_exception2_##x ())       \
{ throw x ("foo2", 0); }

Definition at line 22 of file exceptions.cc.


Generated on Wed Nov 20 09:27:53 2013 for TBCI Numerical high perf. C++ Library by  doxygen 1.5.6