JUCE
|
Classes | |
struct | ArgumentList |
Holds a list of command-line arguments, and provides useful methods for searching and operating on them. More... | |
struct | ArgumentList::Argument |
One of the arguments in an ArgumentList. More... | |
struct | ConsoleApplication |
Represents a the set of commands that a console app can perform, and provides helper functions for performing them. More... | |
struct | ConsoleApplication::Command |
Represents a command that can be executed if its command-line arguments are matched. More... | |
class | Result |
Represents the 'success' or 'failure' of an operation, and holds an associated error message to describe the error when there's a failure. More... | |
class | RuntimePermissions |
Class to handle app runtime permissions for certain functionality on some platforms. More... | |
class | Uuid |
A universally unique 128-bit identifier. More... | |
class | WindowsRegistry |
Contains some static helper functions for manipulating the MS Windows registry (Only available on Windows, of course!) More... | |