HDK
|
#include "pxr/pxr.h"
#include "pxr/usd/sdf/api.h"
#include <algorithm>
#include <functional>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | SdfTimeCode |
class | SdfTimeCode::Hash |
Functions | |
Related | |
Binary arithmetic and comparison operators with double valued lefthand side. | |
constexpr SdfTimeCode | operator* (double time, const SdfTimeCode &timeCode) noexcept |
Stream insertion operator for the string representation of this time code. More... | |
constexpr SdfTimeCode | operator/ (double time, const SdfTimeCode &timeCode) noexcept |
Stream insertion operator for the string representation of this time code. More... | |
constexpr SdfTimeCode | operator+ (double time, const SdfTimeCode &timeCode) noexcept |
Stream insertion operator for the string representation of this time code. More... | |
constexpr SdfTimeCode | operator- (double time, const SdfTimeCode &timeCode) noexcept |
Stream insertion operator for the string representation of this time code. More... | |
constexpr bool | operator== (double time, const SdfTimeCode &timeCode) noexcept |
Stream insertion operator for the string representation of this time code. More... | |
constexpr bool | operator!= (double time, const SdfTimeCode &timeCode) noexcept |
Stream insertion operator for the string representation of this time code. More... | |
constexpr bool | operator< (double time, const SdfTimeCode &timeCode) noexcept |
Stream insertion operator for the string representation of this time code. More... | |
constexpr bool | operator> (double time, const SdfTimeCode &timeCode) noexcept |
Stream insertion operator for the string representation of this time code. More... | |
constexpr bool | operator<= (double time, const SdfTimeCode &timeCode) noexcept |
Stream insertion operator for the string representation of this time code. More... | |
constexpr bool | operator>= (double time, const SdfTimeCode &timeCode) noexcept |
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. More... | |
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 129 of file timeCode.h.
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 109 of file timeCode.h.
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 117 of file timeCode.h.
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 121 of file timeCode.h.
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 113 of file timeCode.h.
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 133 of file timeCode.h.
SDF_API std::ostream& operator<< | ( | std::ostream & | out, |
const SdfTimeCode & | ap | ||
) |
Stream insertion operator for the string representation of this time code.
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 141 of file timeCode.h.
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 125 of file timeCode.h.
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 137 of file timeCode.h.
|
inlinenoexcept |
Stream insertion operator for the string representation of this time code.
Definition at line 145 of file timeCode.h.