Exception thrown when an already closed chip is used.
More...
#include <exception.hpp>
Exception thrown when an already closed chip is used.
Definition at line 28 of file exception.hpp.
gpiod::chip_closed::chip_closed |
( |
const ::std::string & |
what | ) |
|
|
explicit |
Constructor.
- Parameters
-
what | Human readable reason for error. |
gpiod::chip_closed::chip_closed |
( |
const chip_closed & |
other | ) |
|
|
noexcept |
Copy constructor.
- Parameters
-
other | Object to copy from. |
gpiod::chip_closed::chip_closed |
( |
chip_closed && |
other | ) |
|
|
noexcept |
Move constructor.
- Parameters
-
Assignment operator.
- Parameters
-
other | Object to copy from. |
- Returns
- Reference to self.
Move assignment operator.
- Parameters
-
- Returns
- Reference to self.
The documentation for this class was generated from the following file: