|
HDK
|
#include <prim.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = UsdPrim |
| using | reference = UsdPrim |
| using | pointer = _PtrProxy |
| using | difference_type = std::ptrdiff_t |
Public Member Functions | |
| UsdPrimSubtreeIterator ()=default | |
| reference | operator* () const |
| Dereference. More... | |
| pointer | operator-> () const |
| Indirection. More... | |
| UsdPrimSubtreeIterator & | operator++ () |
| Preincrement. More... | |
| UsdPrimSubtreeIterator | operator++ (int) |
| Postincrement. More... | |
| bool | operator== (const UsdPrimSubtreeIterator &other) const |
| Equality. More... | |
| bool | operator!= (const UsdPrimSubtreeIterator &other) const |
| Inequality. More... | |
Friends | |
| class | UsdPrim |
Forward traversal iterator of sibling UsdPrim s. This is a standard-compliant iterator that may be used with STL algorithms, etc. Filters according to a supplied predicate.
| using UsdPrimSubtreeIterator::difference_type = std::ptrdiff_t |
| using UsdPrimSubtreeIterator::iterator_category = std::forward_iterator_tag |
| using UsdPrimSubtreeIterator::pointer = _PtrProxy |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |