 std | |
  equal_to< unity::util::ResourcePtr< R, D > > | Function object for equality comparison |
  not_equal_to< unity::util::ResourcePtr< R, D > > | Function object for inequality comparison |
  less< unity::util::ResourcePtr< R, D > > | Function object for less than comparison |
  less_equal< unity::util::ResourcePtr< R, D > > | Function object for less than or equal comparison |
  greater< unity::util::ResourcePtr< R, D > > | Function object for greater than comparison |
  greater_equal< unity::util::ResourcePtr< R, D > > | Function object for less than or equal comparison |
 unity | Top-level namespace for all things Unity-related |
  api | Top-level namespace for public functionality of the Unity API |
  shell | |
   application | |
    ApplicationInfoInterface | A class that holds information about applications |
    ApplicationManagerInterface | The Application manager |
   launcher | |
    LauncherItemInterface | An item presented in the launcher |
    LauncherModelInterface | A list of launcher items to be displayed |
    QuickListModelInterface | A model containing QuickList actions for an application in the launcher |
   notifications | |
    Urgency | Wraps NotificationInterface's urgency enumeration |
    Type | Wraps NotificationInterface's type enumeration |
    Hint | Wraps NotificationInterface's hint flags |
    ModelInterface | A list of notifications to be displayed |
    NotificationInterface | A Notification object |
    SourceInterface | A source of notifications |
  util | |
   NonCopyable_ | |
    NonCopyable | Helper class to prevent a class from being copied |
   Daemon | Helper class to turn a process into a daemon |
   IniParser | Helper class to read configuration files |
   ResourcePtr | Class to guarantee deallocation of arbitrary resources |
  Exception | Abstract base class for all Unity exceptions |
  ExceptionImplBase | Implementation base exception class for API clients to derive new pimpl'd exception types from |
  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 |
  LogicException | Exception to indicate a logic error, such as driving the API incorrectly, such as calling methods in the wrong worder |
  ShutdownException | Exception to indicate errors during shutdown |
  FileException | Exception to indicate file I/O errors, such as failure to open or write to a file |
  SyscallException | Exception to indicate system or library call errors that set errno |
  ResourceException | Exception for miscellaneous errors, such as failure of a third-party library or hitting resource limitations |