![]() |
|
Go to the source code of this file.
Classes | |
class | SdfTimeCode |
Value type that represents a time code. More... | |
Functions | |
Related | |
Binary arithmetic and comparison operators with double valued lefthand side. | |
constexpr SdfTimeCode | operator * (double time, const SdfTimeCode &timeCode) noexcept |
constexpr SdfTimeCode | operator/ (double time, const SdfTimeCode &timeCode) noexcept |
constexpr SdfTimeCode | operator+ (double time, const SdfTimeCode &timeCode) noexcept |
constexpr SdfTimeCode | operator- (double time, const SdfTimeCode &timeCode) noexcept |
constexpr bool | operator== (double time, const SdfTimeCode &timeCode) noexcept |
constexpr bool | operator!= (double time, const SdfTimeCode &timeCode) noexcept |
constexpr bool | operator< (double time, const SdfTimeCode &timeCode) noexcept |
constexpr bool | operator> (double time, const SdfTimeCode &timeCode) noexcept |
constexpr bool | operator<= (double time, const SdfTimeCode &timeCode) noexcept |
constexpr bool | operator>= (double time, const SdfTimeCode &timeCode) noexcept |
SDF_API std::ostream & | operator<< (std::ostream &out, const SdfTimeCode &ap) |
Stream insertion operator for the string representation of this time code. More... | |
SDF_API std::ostream& operator<< | ( | std::ostream & | out, |
const SdfTimeCode & | ap | ||
) |
Stream insertion operator for the string representation of this time code.