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. More... | |
request_released (const request_released &other) noexcept | |
Copy constructor. More... | |
request_released (request_released &&other) noexcept | |
Move constructor. More... | |
request_released & | operator= (const request_released &other) noexcept |
Assignment operator. More... | |
request_released & | operator= (request_released &&other) noexcept |
Move assignment operator. More... | |
~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. |