VectorAssignmentNotAllowed Class Reference

Thrown when a user attempt to call the operator= on a DoubleVector with isinternal flag on. More...

Inheritance diagram for VectorAssignmentNotAllowed:

Public Member Functions

 VectorAssignmentNotAllowed () throw ()
 Constructor.
 
 VectorAssignmentNotAllowed (const VectorAssignmentNotAllowed &other) throw ()
 Copy constructor.
 
virtual ~VectorAssignmentNotAllowed () throw ()
 Destructor.
 
VectorAssignmentNotAllowedoperator= (const VectorAssignmentNotAllowed &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 DoubleVector with isinternal flag on.

Definition at line 51 of file nnfwexceptions.h.

Constructor & Destructor Documentation

VectorAssignmentNotAllowed ( ) throw ()
inline

Constructor.

Definition at line 57 of file nnfwexceptions.h.

VectorAssignmentNotAllowed ( const VectorAssignmentNotAllowed other) throw ()
inline

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 67 of file nnfwexceptions.h.

virtual ~VectorAssignmentNotAllowed ( ) throw ()
inlinevirtual

Destructor.

Definition at line 91 of file nnfwexceptions.h.

Member Function Documentation

VectorAssignmentNotAllowed& operator= ( const VectorAssignmentNotAllowed other) throw ()
inline

Copy operator.

Parameters
otherthe exception to copy

Definition at line 77 of file nnfwexceptions.h.

virtual const char* what ( ) const throw ()
inlinevirtual

Returns a C string describing the exception.

Returns
a C string describing the exception

Definition at line 100 of file nnfwexceptions.h.


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