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::IPCException, including all inherited members.
context() const noexcept (defined in usbguard::Exception) | usbguard::Exception | 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 | |
hasMessageID() const noexcept (defined in usbguard::IPCException) | usbguard::IPCException | inline |
IPCException() (defined in usbguard::IPCException) | usbguard::IPCException | inline |
IPCException(const Exception &exception, uint64_t message_id=0) (defined in usbguard::IPCException) | usbguard::IPCException | inline |
IPCException(const std::string &context, const std::string &object, const std::string &reason, uint64_t message_id=0) (defined in usbguard::IPCException) | usbguard::IPCException | inline |
IPCException(const IPCException &rhs) (defined in usbguard::IPCException) | usbguard::IPCException | inline |
message() const noexcept | usbguard::Exception | inlinevirtual |
messageID() const noexcept (defined in usbguard::IPCException) | usbguard::IPCException | inline |
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 |
setMessageID(uint64_t message_id) (defined in usbguard::IPCException) | usbguard::IPCException | 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 |