|
HDK
|
#include <notice.h>
Classes | |
| class | iterator |
Public Types | |
| using | const_iterator = iterator |
Public Member Functions | |
| PathRange () | |
| operator SdfPathVector () const | |
| Explicit conversion to SdfPathVector for convenience. More... | |
| bool | empty () const |
| Return true if this range contains any paths, false otherwise. More... | |
| size_t | size () const |
| Return the number of paths in this range. More... | |
| iterator | begin () const |
| Return iterator to the start of this range. More... | |
| const_iterator | cbegin () const |
| Return iterator to the start of this range. More... | |
| iterator | end () const |
| Return the end iterator for this range. More... | |
| const_iterator | cend () const |
| Return the end iterator for this range. More... | |
| const_iterator | find (const SdfPath &path) const |
Friends | |
| class | ObjectsChanged |
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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
friend |