|
libgpiod
|
Exception thrown when an already closed chip is used. More...
#include <exception.hpp>


Public Member Functions | |
| chip_closed (const ::std::string &what) | |
| Constructor. | |
| chip_closed (const chip_closed &other) noexcept | |
| Copy constructor. | |
| chip_closed (chip_closed &&other) noexcept | |
| Move constructor. | |
| chip_closed & | operator= (const chip_closed &other) noexcept |
| Assignment operator. | |
| chip_closed & | operator= (chip_closed &&other) noexcept |
| Move assignment operator. | |
| ~chip_closed () | |
Exception thrown when an already closed chip is used.
|
explicit |
Constructor.
| what | Human readable reason for error. |
|
noexcept |
Copy constructor.
| other | Object to copy from. |
|
noexcept |
Move constructor.
| other | Object to move. |
| gpiod::chip_closed::~chip_closed | ( | ) |
|
noexcept |
Move assignment operator.
| other | Object to move. |
|
noexcept |
Assignment operator.
| other | Object to copy from. |