|
| | operator SdfPathVector () const |
| | Explicit conversion to SdfPathVector for convenience.
|
| |
| bool | empty () const |
| | Return true if this range contains any paths, false otherwise.
|
| |
| size_t | size () const |
| | Return the number of paths in this range.
|
| |
| iterator | begin () const |
| | Return iterator to the start of this range.
|
| |
| const_iterator | cbegin () const |
| | Return iterator to the start of this range.
|
| |
| iterator | end () const |
| | Return the end iterator for this range.
|
| |
| const_iterator | cend () const |
| | Return the end iterator for this range.
|
| |
| const_iterator | find (const SdfPath &path) const |
| | Return an iterator to the specified path in this range if it exists, or end() if it does not.
|
| |
An iterable range of paths to objects that have changed.
Users may use this object in range-based for loops, or use the iterators to access additional information about each changed object.
Definition at line 229 of file notice.h.