openshot-audio  0.1.2
Classes | Macros | Functions
juce_RelativeTime.h File Reference

Go to the source code of this file.

Classes

class  RelativeTime
 

Macros

#define JUCE_RELATIVETIME_H_INCLUDED
 

Functions

bool operator== (RelativeTime t1, RelativeTime t2) noexcept
 
bool operator!= (RelativeTime t1, RelativeTime t2) noexcept
 
bool operator> (RelativeTime t1, RelativeTime t2) noexcept
 
bool operator< (RelativeTime t1, RelativeTime t2) noexcept
 
bool operator>= (RelativeTime t1, RelativeTime t2) noexcept
 
bool operator<= (RelativeTime t1, RelativeTime t2) noexcept
 
RelativeTime operator+ (RelativeTime t1, RelativeTime t2) noexcept
 
RelativeTime operator- (RelativeTime t1, RelativeTime t2) noexcept
 

Macro Definition Documentation

◆ JUCE_RELATIVETIME_H_INCLUDED

#define JUCE_RELATIVETIME_H_INCLUDED

Function Documentation

◆ operator!=()

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

Compares two RelativeTimes.

◆ operator+()

RelativeTime operator+ ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Adds two RelativeTimes together.

◆ operator-()

RelativeTime operator- ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Subtracts two RelativeTimes.

◆ operator<()

bool operator< ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

◆ operator<=()

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

Compares two RelativeTimes.

◆ operator==()

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

Compares two RelativeTimes.

◆ operator>()

bool operator> ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

◆ operator>=()

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

Compares two RelativeTimes.