7 #ifndef PXR_EXEC_VDF_POOL_CHAIN_INDEX_H
8 #define PXR_EXEC_VDF_POOL_CHAIN_INDEX_H
28 return _index < rhs._index;
33 return !(rhs < *
this);
43 return !(*
this < rhs);
48 return _index == rhs._index;
53 return !(*
this == rhs);
65 : _index(((static_cast<size_t>(poolChainIndex)+1) << 32ull) |
bool operator==(VdfPoolChainIndex rhs) const
#define PXR_NAMESPACE_OPEN_SCOPE
bool operator<=(VdfPoolChainIndex rhs) const
const VdfInput * GetAssociatedInput() const
bool operator>=(VdfPoolChainIndex rhs) const
friend class VdfPoolChainIndexer
bool Vdf_IsPoolOutput(const VdfOutput &output)
bool operator!=(VdfPoolChainIndex rhs) const
bool operator>(VdfPoolChainIndex rhs) const
#define PXR_NAMESPACE_CLOSE_SCOPE
bool operator<(VdfPoolChainIndex rhs) const
VDF_API int GetNumDataEntries() const