JUCE
Classes | Functions
juce_RelativeTime.h File Reference

Classes

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

Functions

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

Function Documentation

bool operator== ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

Referenced by RelativeTime::inSeconds().

bool operator!= ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

Referenced by RelativeTime::inSeconds().

bool operator> ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

Referenced by RelativeTime::inSeconds().

bool operator< ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

Referenced by RelativeTime::inSeconds().

bool operator>= ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

Referenced by RelativeTime::inSeconds().

bool operator<= ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

Referenced by RelativeTime::inSeconds().

RelativeTime operator+ ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Adds two RelativeTimes together.

Referenced by RelativeTime::inSeconds().

RelativeTime operator- ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Subtracts two RelativeTimes.

Referenced by RelativeTime::inSeconds().