USBGuard
Software framework that protects your computer against rogue USB devices by implementing basic whitelisting and blacklisting capabilities.
|
This is the complete list of members for usbguard::ErrnoException, including all inherited members.
context() const noexcept (defined in usbguard::Exception) | usbguard::Exception | inline |
ErrnoException(const std::string &context, const std::string &object, const int errno_value) (defined in usbguard::ErrnoException) | usbguard::ErrnoException | inline |
Exception(const std::string &context, const std::string &object, const std::string &reason_val) (defined in usbguard::Exception) | usbguard::Exception | inline |
Exception(const Exception &rhs)=default (defined in usbguard::Exception) | usbguard::Exception | |
Exception(Exception &&rhs)=default (defined in usbguard::Exception) | usbguard::Exception | |
message() const noexcept | usbguard::Exception | inlinevirtual |
object() const noexcept (defined in usbguard::Exception) | usbguard::Exception | inline |
operator=(const Exception &rhs)=default (defined in usbguard::Exception) | usbguard::Exception | |
operator=(Exception &&rhs)=default (defined in usbguard::Exception) | usbguard::Exception | |
reason() const noexcept (defined in usbguard::Exception) | usbguard::Exception | inline |
setContext(const std::string &context) (defined in usbguard::Exception) | usbguard::Exception | inline |
setObject(const std::string &object) (defined in usbguard::Exception) | usbguard::Exception | inline |
setReason(const std::string &reason_val) (defined in usbguard::Exception) | usbguard::Exception | inline |
what() const noexcept (defined in usbguard::Exception) | usbguard::Exception | inlinevirtual |