![]() |
|
Go to the source code of this file.
Classes | |
class | UsdUtilsTimeCodeRange |
Represents a range of UsdTimeCode values as start and end time codes and a stride value. More... | |
class | UsdUtilsTimeCodeRange::const_iterator |
A forward iterator into a UsdUtilsTimeCodeRange. More... | |
Macros | |
#define | USDUTILS_TIME_CODE_RANGE_TOKENS |
Functions | |
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. More... | |
USDUTILS_API std::istream & | operator>> (std::istream &is, UsdUtilsTimeCodeRange &timeCodeRange) |
Stream extraction operator. More... | |
#define USDUTILS_TIME_CODE_RANGE_TOKENS |
Definition at line 45 of file timeCodeRange.h.
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.