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
Loading...
Searching...
No Matches
Namespaces | Functions
juce_RelativeTime.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  juce
 JUCE Namespace.
 

Functions

JUCE_API RelativeTime JUCE_CALLTYPE juce::operator+ (RelativeTime t1, RelativeTime t2) noexcept
 Adds two RelativeTimes together.
 
JUCE_API RelativeTime JUCE_CALLTYPE juce::operator- (RelativeTime t1, RelativeTime t2) noexcept
 Subtracts two RelativeTimes.
 
JUCE_API bool JUCE_CALLTYPE juce::operator== (RelativeTime t1, RelativeTime t2) noexcept
 Compares two RelativeTimes.
 
JUCE_API bool JUCE_CALLTYPE juce::operator!= (RelativeTime t1, RelativeTime t2) noexcept
 Compares two RelativeTimes.
 
JUCE_API bool JUCE_CALLTYPE juce::operator> (RelativeTime t1, RelativeTime t2) noexcept
 Compares two RelativeTimes.
 
JUCE_API bool JUCE_CALLTYPE juce::operator< (RelativeTime t1, RelativeTime t2) noexcept
 Compares two RelativeTimes.
 
JUCE_API bool JUCE_CALLTYPE juce::operator>= (RelativeTime t1, RelativeTime t2) noexcept
 Compares two RelativeTimes.
 
JUCE_API bool JUCE_CALLTYPE juce::operator<= (RelativeTime t1, RelativeTime t2) noexcept
 Compares two RelativeTimes.