|
JUCE
|
Macros | |
| #define | JUCE_MAJOR_VERSION 4 |
| Current JUCE version number. More... | |
| #define | JUCE_MINOR_VERSION 2 |
| #define | JUCE_BUILDNUMBER 1 |
| #define | JUCE_VERSION ((JUCE_MAJOR_VERSION << 16) + (JUCE_MINOR_VERSION << 8) + JUCE_BUILDNUMBER) |
| Current Juce version number. More... | |
| #define | JUCE_API |
| This macro is added to all juce public class declarations. More... | |
| #define | JUCE_PUBLIC_IN_DLL_BUILD(declaration) declaration; |
| #define | JUCE_PUBLIC_FUNCTION JUCE_API JUCE_CALLTYPE |
| This macro is added to all juce public function declarations. More... | |
| #define JUCE_MAJOR_VERSION 4 |
Current JUCE version number.
See also SystemStats::getJUCEVersion() for a string version.
| #define JUCE_MINOR_VERSION 2 |
| #define JUCE_BUILDNUMBER 1 |
| #define JUCE_VERSION ((JUCE_MAJOR_VERSION << 16) + (JUCE_MINOR_VERSION << 8) + JUCE_BUILDNUMBER) |
Current Juce version number.
Bits 16 to 32 = major version. Bits 8 to 16 = minor version. Bits 0 to 8 = point release.
See also SystemStats::getJUCEVersion() for a string version.
| #define JUCE_API |
This macro is added to all juce public class declarations.
Referenced by String::getCharPointer(), juce::getHostType(), OutputStream::getNewLineString(), Thread::getThreadName(), operator<<(), and Time::toMilliseconds().
| #define JUCE_PUBLIC_IN_DLL_BUILD | ( | declaration | ) | declaration; |
| #define JUCE_PUBLIC_FUNCTION JUCE_API JUCE_CALLTYPE |
This macro is added to all juce public function declarations.