 unity::util::Daemon | Helper class to turn a process into a daemon |
 std::equal_to< unity::util::ResourcePtr< R, D > > | Function object for equality comparison |
 exception | |
  unity::Exception | Abstract base class for all Unity exceptions |
   unity::FileException | Exception to indicate file I/O errors, such as failure to open or write to a file |
   unity::InvalidArgumentException | Exception to indicate that an invalid argument was passed to a function, such as passing nullptr when the function expects the argument to be non-null |
   unity::LogicException | Exception to indicate a logic error, such as driving the API incorrectly, such as calling methods in the wrong worder |
   unity::ResourceException | Exception for miscellaneous errors, such as failure of a third-party library or hitting resource limitations |
   unity::ShutdownException | Exception to indicate errors during shutdown |
   unity::SyscallException | Exception to indicate system or library call errors that set errno |
 std::greater< unity::util::ResourcePtr< R, D > > | Function object for greater than comparison |
 std::greater_equal< unity::util::ResourcePtr< R, D > > | Function object for less than or equal comparison |
 unity::util::IniParser | Helper class to read configuration files |
 std::less< unity::util::ResourcePtr< R, D > > | Function object for less than comparison |
 std::less_equal< unity::util::ResourcePtr< R, D > > | Function object for less than or equal comparison |
 nested_exception | |
  unity::Exception | Abstract base class for all Unity exceptions |
 std::not_equal_to< unity::util::ResourcePtr< R, D > > | Function object for inequality comparison |
 QAbstractListModel | |
  unity::shell::application::ApplicationManagerInterface | The Application manager |
  unity::shell::launcher::LauncherModelInterface | A list of launcher items to be displayed |
  unity::shell::launcher::QuickListModelInterface | A model containing QuickList actions for an application in the launcher |
  unity::shell::notifications::ModelInterface | A list of notifications to be displayed |
 QObject | |
  unity::shell::application::ApplicationInfoInterface | A class that holds information about applications |
  unity::shell::launcher::LauncherItemInterface | An item presented in the launcher |
  unity::shell::notifications::Hint | Wraps NotificationInterface's hint flags |
  unity::shell::notifications::NotificationInterface | A Notification object |
  unity::shell::notifications::SourceInterface | A source of notifications |
  unity::shell::notifications::Type | Wraps NotificationInterface's type enumeration |
  unity::shell::notifications::Urgency | Wraps NotificationInterface's urgency enumeration |
 unity::util::ResourcePtr< R, D > | Class to guarantee deallocation of arbitrary resources |