|
libgpiod
|
Exception thrown when an already released line request is used. More...
#include <exception.hpp>


Public Member Functions | |
| request_released (const ::std::string &what) | |
| Constructor. | |
| request_released (const request_released &other) noexcept | |
| Copy constructor. | |
| request_released (request_released &&other) noexcept | |
| Move constructor. | |
| request_released & | operator= (const request_released &other) noexcept |
| Assignment operator. | |
| request_released & | operator= (request_released &&other) noexcept |
| Move assignment operator. | |
| ~request_released () | |
Exception thrown when an already released line request 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::request_released::~request_released | ( | ) |
|
noexcept |
Assignment operator.
| other | Object to copy from. |
|
noexcept |
Move assignment operator.
| other | Object to move. |