|
openshot-audio
0.1.7
|
Go to the source code of this file.
Macros | |
| #define | JUCE_DELETED_FUNCTION |
| #define | noexcept throw() |
| #define | nullptr (0) |
| #define | override |
| #define JUCE_DELETED_FUNCTION |
This macro can be placed after a method declaration to allow the use of the C++11 feature "= delete" on all compilers. On newer compilers that support it, it does the C++11 "= delete", but on older ones it's just an empty definition.
| #define noexcept throw() |
| #define nullptr (0) |
| #define override |
1.8.13