![]() |
|
Forward traversal iterator of sibling UsdPrim s. More...
#include <prim.h>
Public Types | |
typedef UsdPrim | value_type |
Iterator value type. | |
typedef value_type | reference |
Iterator reference type, in this case the same as value_type. | |
typedef unspecified integral type | difference_type |
Iterator difference type. | |
Public Member Functions | |
reference | operator* () const |
Dereference. | |
unspecified type | operator-> () const |
Indirection. | |
UsdPrimSubtreeIterator & | operator++ () |
Postincrement. | |
UsdPrimSubtreeIterator | operator++ (int) |
Preincrement. | |
Friends | |
bool | operator== (const UsdPrimSubtreeIterator &lhs, const UsdPrimSubtreeIterator &rhs) |
Equality. | |
bool | operator!= (const UsdPrimSubtreeIterator &lhs, const UsdPrimSubtreeIterator &rhs) |
Inequality. | |
Forward traversal iterator of sibling UsdPrim s.
This is a standard-compliant iterator that may be used with STL algorithms, etc.
typedef unspecified integral type difference_type |
typedef value_type reference |
typedef UsdPrim value_type |
reference operator* | ( | ) | const |
Dereference.
UsdPrimSubtreeIterator & operator++ | ( | ) |
Postincrement.
UsdPrimSubtreeIterator operator++ | ( | int | ) |
Preincrement.
unspecified type operator-> | ( | ) | const |
Indirection.
|
friend |
Inequality.
|
friend |
Equality.