MatrixAssignmentNotAllowed Class Reference
Thrown when a user attempt to call the operator= on a DoubleMatrix with isinternal flag on. More...
Public Member Functions | |
MatrixAssignmentNotAllowed () throw () | |
Constructor. | |
MatrixAssignmentNotAllowed (const MatrixAssignmentNotAllowed &other) throw () | |
Copy constructor. | |
virtual | ~MatrixAssignmentNotAllowed () throw () |
Destructor. | |
MatrixAssignmentNotAllowed & | operator= (const MatrixAssignmentNotAllowed &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 call the operator= on a DoubleMatrix with isinternal flag on.
Definition at line 428 of file nnfwexceptions.h.
Constructor & Destructor Documentation
MatrixAssignmentNotAllowed | ( | ) | throw () [inline] |
Constructor.
Definition at line 434 of file nnfwexceptions.h.
MatrixAssignmentNotAllowed | ( | const MatrixAssignmentNotAllowed & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 444 of file nnfwexceptions.h.
virtual ~MatrixAssignmentNotAllowed | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 468 of file nnfwexceptions.h.
Member Function Documentation
MatrixAssignmentNotAllowed& operator= | ( | const MatrixAssignmentNotAllowed & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 454 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 477 of file nnfwexceptions.h.
The documentation for this class was generated from the following file:
- nnfw/include/nnfwexceptions.h