TBCI Numerical high perf. C++ Library 2.8.0
IdxErr Class Reference

#include <index.h>

Inheritance diagram for IdxErr:
Collaboration diagram for IdxErr:

Public Member Functions

 IdxErr ()
 IdxErr (const char *t, const long i=0)
 IdxErr (const IdxErr &ie)
virtual ~IdxErr () 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.
long index
 Index for out of bounds error.

Detailed Description

Definition at line 24 of file index.h.

Constructor & Destructor Documentation

◆ IdxErr() [1/3]

IdxErr::IdxErr ( )
inline

Definition at line 27 of file index.h.

References NumErr::NumErr().

Referenced by IdxErr().

◆ IdxErr() [2/3]

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

Definition at line 29 of file index.h.

References i, and NumErr::NumErr().

◆ IdxErr() [3/3]

IdxErr::IdxErr ( const IdxErr & ie)
inline

Definition at line 31 of file index.h.

References IdxErr(), and NumErr::NumErr().

◆ ~IdxErr()

virtual IdxErr::~IdxErr ( )
throw ( )
inlinevirtual

Definition at line 33 of file index.h.


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