ClusterFromOrToMissing Class Reference
Thrown when a user attempt to create a Linker without specify the "from" or "to". More...
Public Member Functions | |
ClusterFromOrToMissing () throw () | |
Constructor. | |
ClusterFromOrToMissing (const ClusterFromOrToMissing &other) throw () | |
Copy constructor. | |
virtual | ~ClusterFromOrToMissing () throw () |
Destructor. | |
ClusterFromOrToMissing & | operator= (const ClusterFromOrToMissing &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 create a Linker without specify the "from" or "to".
Definition at line 363 of file nnfwexceptions.h.
Constructor & Destructor Documentation
ClusterFromOrToMissing | ( | ) | throw () [inline] |
Constructor.
Definition at line 369 of file nnfwexceptions.h.
ClusterFromOrToMissing | ( | const ClusterFromOrToMissing & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 379 of file nnfwexceptions.h.
virtual ~ClusterFromOrToMissing | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 403 of file nnfwexceptions.h.
Member Function Documentation
ClusterFromOrToMissing& operator= | ( | const ClusterFromOrToMissing & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 389 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 412 of file nnfwexceptions.h.
The documentation for this class was generated from the following file:
- nnfw/include/nnfwexceptions.h