JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_RelativeTime.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::RelativeTime
 A relative measure of time. More...
 

Namespaces

namespace  juce
 

Functions

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