libgpiod
|
Exception thrown when an already closed chip is used. More...
#include <exception.hpp>
Public Member Functions | |
chip_closed (const ::std::string &what) | |
Constructor. More... | |
chip_closed (const chip_closed &other) noexcept | |
Copy constructor. More... | |
chip_closed (chip_closed &&other) noexcept | |
Move constructor. More... | |
chip_closed & | operator= (const chip_closed &other) noexcept |
Assignment operator. More... | |
chip_closed & | operator= (chip_closed &&other) noexcept |
Move assignment operator. More... | |
~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 |
Assignment operator.
other | Object to copy from. |
|
noexcept |
Move assignment operator.
other | Object to move. |