|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| class | juce::Time |
| Holds an absolute date and time. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
Functions | |
| Time | juce::operator+ (Time time, RelativeTime delta) noexcept |
| Adds a RelativeTime to a Time. | |
| Time | juce::operator+ (RelativeTime delta, Time time) noexcept |
| Adds a RelativeTime to a Time. | |
| Time | juce::operator- (Time time, RelativeTime delta) noexcept |
| Subtracts a RelativeTime from a Time. | |
| RelativeTime | juce::operator- (Time time1, Time time2) noexcept |
| Returns the relative time difference between two times. | |
| bool | juce::operator== (Time time1, Time time2) noexcept |
| Compares two Time objects. | |
| bool | juce::operator!= (Time time1, Time time2) noexcept |
| Compares two Time objects. | |
| bool | juce::operator< (Time time1, Time time2) noexcept |
| Compares two Time objects. | |
| bool | juce::operator<= (Time time1, Time time2) noexcept |
| Compares two Time objects. | |
| bool | juce::operator> (Time time1, Time time2) noexcept |
| Compares two Time objects. | |
| bool | juce::operator>= (Time time1, Time time2) noexcept |
| Compares two Time objects. | |