HDK
|
#include <path.h>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = SdfPath |
using | difference_type = std::ptrdiff_t |
using | reference = const SdfPath & |
using | pointer = const SdfPath * |
Public Member Functions | |
iterator (const SdfPath &path) | |
iterator ()=default | |
SDF_API iterator & | operator++ () |
const SdfPath & | operator* () const |
const SdfPath * | operator-> () const |
bool | operator== (const iterator &o) const |
bool | operator!= (const iterator &o) const |
Friends | |
SDF_API friend difference_type | distance (const iterator &first, const iterator &last) |
using SdfPathAncestorsRange::iterator::difference_type = std::ptrdiff_t |
using SdfPathAncestorsRange::iterator::iterator_category = std::forward_iterator_tag |
using SdfPathAncestorsRange::iterator::pointer = const SdfPath* |
using SdfPathAncestorsRange::iterator::reference = const SdfPath& |
|
inline |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
Return the distance between two iterators. It is only valid to compute the distance between paths that share a common prefix.