Exception thrown when the core C library returns an invalid value for any of the line_info properties.
More...
#include <exception.hpp>
Exception thrown when the core C library returns an invalid value for any of the line_info properties.
Definition at line 113 of file exception.hpp.
◆ bad_mapping() [1/3]
gpiod::bad_mapping::bad_mapping |
( |
const ::std::string & |
what | ) |
|
|
explicit |
Constructor.
- Parameters
-
what | Human readable reason for error. |
◆ bad_mapping() [2/3]
gpiod::bad_mapping::bad_mapping |
( |
const bad_mapping & |
other | ) |
|
|
noexcept |
Copy constructor.
- Parameters
-
other | Object to copy from. |
◆ bad_mapping() [3/3]
gpiod::bad_mapping::bad_mapping |
( |
bad_mapping && |
other | ) |
|
|
noexcept |
Move constructor.
- Parameters
-
◆ operator=() [1/2]
Move assignment operator.
- Parameters
-
- Returns
- Reference to self.
◆ operator=() [2/2]
Assignment operator.
- Parameters
-
other | Object to copy from. |
- Returns
- Reference to self.
The documentation for this class was generated from the following file: