MatrixResizeNotAllowed Class Reference
Thrown when a user attempt to resize a DoubleMatrix with isinternal flag on. More...
Public Member Functions | |
| MatrixResizeNotAllowed () throw () | |
| Constructor. | |
| MatrixResizeNotAllowed (const MatrixResizeNotAllowed &other) throw () | |
| Copy constructor. | |
| virtual | ~MatrixResizeNotAllowed () throw () |
| Destructor. | |
| MatrixResizeNotAllowed & | operator= (const MatrixResizeNotAllowed &other) throw () |
| Copy operator. | |
| virtual const char * | what () const throw () |
| Returns a C string describing the exception. | |
Detailed Description
Thrown when a user attempt to resize a DoubleMatrix with isinternal flag on.
Definition at line 493 of file nnfwexceptions.h.
Constructor & Destructor Documentation
| MatrixResizeNotAllowed | ( | ) | throw () [inline] |
Constructor.
Definition at line 499 of file nnfwexceptions.h.
| MatrixResizeNotAllowed | ( | const MatrixResizeNotAllowed & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 509 of file nnfwexceptions.h.
| virtual ~MatrixResizeNotAllowed | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 533 of file nnfwexceptions.h.
Member Function Documentation
| MatrixResizeNotAllowed& operator= | ( | const MatrixResizeNotAllowed & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 519 of file nnfwexceptions.h.
| virtual const char* what | ( | ) | const throw () [inline, virtual] |
Returns a C string describing the exception.
- Returns:
- a C string describing the exception
Definition at line 542 of file nnfwexceptions.h.
The documentation for this class was generated from the following file:
- nnfw/include/nnfwexceptions.h