My Project
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Properties Macros
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
oNstd
|oCequal_to< unity::util::ResourcePtr< R, D > >Function object for equality comparison
|oCnot_equal_to< unity::util::ResourcePtr< R, D > >Function object for inequality comparison
|oCless< unity::util::ResourcePtr< R, D > >Function object for less than comparison
|oCless_equal< unity::util::ResourcePtr< R, D > >Function object for less than or equal comparison
|oCgreater< unity::util::ResourcePtr< R, D > >Function object for greater than comparison
|\Cgreater_equal< unity::util::ResourcePtr< R, D > >Function object for less than or equal comparison
\NunityTop-level namespace for all things Unity-related
 oNapiTop-level namespace for public functionality of the Unity API
 oNshell
 |oNapplication
 ||oCApplicationInfoInterfaceA class that holds information about applications
 ||\CApplicationManagerInterfaceThe Application manager
 |oNlauncher
 ||oCLauncherItemInterfaceAn item presented in the launcher
 ||oCLauncherModelInterfaceA list of launcher items to be displayed
 ||\CQuickListModelInterfaceA model containing QuickList actions for an application in the launcher
 |\Nnotifications
 | oCUrgencyWraps NotificationInterface's urgency enumeration
 | oCTypeWraps NotificationInterface's type enumeration
 | oCHintWraps NotificationInterface's hint flags
 | oCModelInterfaceA list of notifications to be displayed
 | oCNotificationInterfaceA Notification object
 | \CSourceInterfaceA source of notifications
 oNutil
 |oNNonCopyable_
 ||\CNonCopyableHelper class to prevent a class from being copied
 |oCDaemonHelper class to turn a process into a daemon
 |oCIniParserHelper class to read configuration files
 |\CResourcePtrClass to guarantee deallocation of arbitrary resources
 oCExceptionAbstract base class for all Unity exceptions
 oCExceptionImplBaseImplementation base exception class for API clients to derive new pimpl'd exception types from
 oCInvalidArgumentExceptionException 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
 oCLogicExceptionException to indicate a logic error, such as driving the API incorrectly, such as calling methods in the wrong worder
 oCShutdownExceptionException to indicate errors during shutdown
 oCFileExceptionException to indicate file I/O errors, such as failure to open or write to a file
 oCSyscallExceptionException to indicate system or library call errors that set errno
 \CResourceExceptionException for miscellaneous errors, such as failure of a third-party library or hitting resource limitations