Go to the source code of this file.
|
| TF_DECLARE_PUBLIC_TOKENS (UsdUtilsTimeCodeRangeTokens, USDUTILS_API, USDUTILS_TIME_CODE_RANGE_TOKENS) |
|
USDUTILS_API std::ostream & | operator<< (std::ostream &os, const UsdUtilsTimeCodeRange &timeCodeRange) |
| Stream insertion operator.
|
|
USDUTILS_API std::istream & | operator>> (std::istream &is, UsdUtilsTimeCodeRange &timeCodeRange) |
| Stream extraction operator.
|
|
◆ USDUTILS_TIME_CODE_RANGE_TOKENS
#define USDUTILS_TIME_CODE_RANGE_TOKENS |
Value: ((EmptyTimeCodeRange, "NONE")) \
((RangeSeparator, ":")) \
((StrideSeparator, "x"))
Definition at line 28 of file timeCodeRange.h.
◆ operator<<()
USDUTILS_API std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const UsdUtilsTimeCodeRange & |
timeCodeRange |
|
) |
| |
Stream insertion operator.
◆ operator>>()
Stream extraction operator.