|
HDK
|
#include <notice.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = const SdfPath & |
| using | reference = const SdfPath & |
| using | pointer = const SdfPath * |
| using | difference_type = typename _UnderlyingIterator::difference_type |
Public Member Functions | |
| iterator ()=default | |
| reference | operator* () const |
| pointer | operator-> () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| USD_API TfTokenVector | GetChangedFields () const |
| USD_API bool | HasChangedFields () const |
| _UnderlyingIterator | GetBase () const |
| Returns the underlying iterator. More... | |
| _UnderlyingIterator | base () const |
Friends | |
| class | PathRange |
| using UsdNotice::ObjectsChanged::PathRange::iterator::difference_type = typename _UnderlyingIterator::difference_type |
| using UsdNotice::ObjectsChanged::PathRange::iterator::iterator_category = std::forward_iterator_tag |
| using UsdNotice::ObjectsChanged::PathRange::iterator::pointer = const SdfPath* |
| using UsdNotice::ObjectsChanged::PathRange::iterator::reference = const SdfPath& |
|
default |
|
inline |
|
inline |
| USD_API TfTokenVector UsdNotice::ObjectsChanged::PathRange::iterator::GetChangedFields | ( | ) | const |
Return the set of changed fields in layers that affected the object at the path specified by this iterator. See UsdNotice::ObjectsChanged::GetChangedFields for more details.
| USD_API bool UsdNotice::ObjectsChanged::PathRange::iterator::HasChangedFields | ( | ) | const |
Return true if the object at the path specified by this iterator has any changed fields, false otherwise. See UsdNotice::ObjectsChanged::HasChangedFields for more details.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |