openshot-audio  0.1.4
Functions
juce_RelativeTime.cpp File Reference

Functions

RelativeTime operator+ (RelativeTime t1, RelativeTime t2) noexcept
 
RelativeTime 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
 
bool operator<= (RelativeTime t1, RelativeTime t2) noexcept
 

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.