TBCI Numerical high perf. C++ Library  2.8.0
Public Member Functions | List of all members
CRMatErr Class Reference

#include <crmatrix.h>

Inheritance diagram for CRMatErr:
Inheritance graph
[legend]
Collaboration diagram for CRMatErr:
Collaboration graph
[legend]

Public Member Functions

 CRMatErr ()
 
 CRMatErr (const char *t, const long i=0)
 
 CRMatErr (const CRMatErr &ce)
 
virtual ~CRMatErr () throw ()
 
- Public Member Functions inherited from NumErr
 NumErr ()
 
 NumErr (const char *txt, const long idx=0)
 
 NumErr (const std::string &str, const long idx=0)
 
 NumErr (const NumErr &ne)
 
virtual const char * what () const throw ()
 
virtual ~NumErr () throw ()
 

Additional Inherited Members

- Public Attributes inherited from NumErr
const char * errtext
 Short error description in _what. More...
 
long index
 Index for out of bounds error. More...
 

Detailed Description

Definition at line 35 of file crmatrix.h.

Constructor & Destructor Documentation

CRMatErr::CRMatErr ( )
inline

Definition at line 38 of file crmatrix.h.

CRMatErr::CRMatErr ( const char *  t,
const long  i = 0 
)
inline

Definition at line 40 of file crmatrix.h.

CRMatErr::CRMatErr ( const CRMatErr ce)
inline

Definition at line 42 of file crmatrix.h.

virtual CRMatErr::~CRMatErr ( )
throw (
)
inlinevirtual

Definition at line 44 of file crmatrix.h.


The documentation for this class was generated from the following file: