openshot-audio  0.1.6
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

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

Compares two RelativeTimes.

RelativeTime operator+ ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Adds two RelativeTimes together.

RelativeTime operator- ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Subtracts two RelativeTimes.

bool operator< ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

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

Compares two RelativeTimes.

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

Compares two RelativeTimes.

bool operator> ( RelativeTime  t1,
RelativeTime  t2 
)
noexcept

Compares two RelativeTimes.

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

Compares two RelativeTimes.