|
HDK
|
#include <dataSourceLocator.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = const HdDataSourceLocator |
| using | reference = value_type & |
| using | pointer = value_type * |
| using | difference_type = std::ptrdiff_t |
Public Member Functions | |
| IntersectionIterator () | |
| IntersectionIterator (const bool isFirst, const const_iterator &iterator, const const_iterator &end, const HdDataSourceLocator &locator) | |
| HD_API const HdDataSourceLocator & | operator* () const |
| const HdDataSourceLocator * | operator-> () const |
| HD_API IntersectionIterator & | operator++ () |
| HD_API IntersectionIterator | operator++ (int) |
| bool | operator== (const IntersectionIterator &other) const noexcept |
| bool | operator!= (const IntersectionIterator &other) const noexcept |
Definition at line 355 of file dataSourceLocator.h.
| using HdDataSourceLocatorSet::IntersectionIterator::difference_type = std::ptrdiff_t |
Definition at line 362 of file dataSourceLocator.h.
| using HdDataSourceLocatorSet::IntersectionIterator::iterator_category = std::forward_iterator_tag |
Definition at line 358 of file dataSourceLocator.h.
Definition at line 361 of file dataSourceLocator.h.
Definition at line 360 of file dataSourceLocator.h.
Definition at line 359 of file dataSourceLocator.h.
|
inline |
Definition at line 364 of file dataSourceLocator.h.
|
inline |
Definition at line 369 of file dataSourceLocator.h.
|
inlinenoexcept |
Definition at line 399 of file dataSourceLocator.h.
| HD_API const HdDataSourceLocator& HdDataSourceLocatorSet::IntersectionIterator::operator* | ( | ) | const |
| HD_API IntersectionIterator& HdDataSourceLocatorSet::IntersectionIterator::operator++ | ( | ) |
| HD_API IntersectionIterator HdDataSourceLocatorSet::IntersectionIterator::operator++ | ( | int | ) |
|
inline |
Definition at line 383 of file dataSourceLocator.h.
|
inlinenoexcept |
Definition at line 394 of file dataSourceLocator.h.