Loading...
Searching...
No Matches
UsdPrimSubtreeIterator Class Reference

Forward traversal iterator of sibling UsdPrim s. More...

#include <prim.h>

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = UsdPrim
 
using reference = UsdPrim
 
using pointer = _PtrProxy
 
using difference_type = std::ptrdiff_t
 

Public Member Functions

reference operator* () const
 Dereference.
 
pointer operator-> () const
 Indirection.
 
UsdPrimSubtreeIteratoroperator++ ()
 Preincrement.
 
UsdPrimSubtreeIterator operator++ (int)
 Postincrement.
 
bool operator== (const UsdPrimSubtreeIterator &other) const
 Equality.
 
bool operator!= (const UsdPrimSubtreeIterator &other) const
 Inequality.
 

Friends

class UsdPrim
 

Detailed Description

Forward traversal iterator of sibling UsdPrim s.

This is a standard-compliant iterator that may be used with STL algorithms, etc. Filters according to a supplied predicate.

Definition at line 2541 of file prim.h.

Member Typedef Documentation

◆ difference_type

using difference_type = std::ptrdiff_t

Definition at line 2556 of file prim.h.

◆ iterator_category

using iterator_category = std::forward_iterator_tag

Definition at line 2552 of file prim.h.

◆ pointer

using pointer = _PtrProxy

Definition at line 2555 of file prim.h.

◆ reference

using reference = UsdPrim

Definition at line 2554 of file prim.h.

◆ value_type

Definition at line 2553 of file prim.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const UsdPrimSubtreeIterator other) const
inline

Inequality.

Definition at line 2585 of file prim.h.

◆ operator*()

reference operator* ( ) const
inline

Dereference.

Definition at line 2562 of file prim.h.

◆ operator++() [1/2]

UsdPrimSubtreeIterator & operator++ ( )
inline

Preincrement.

Definition at line 2567 of file prim.h.

◆ operator++() [2/2]

UsdPrimSubtreeIterator operator++ ( int  )
inline

Postincrement.

Definition at line 2573 of file prim.h.

◆ operator->()

pointer operator-> ( ) const
inline

Indirection.

Definition at line 2564 of file prim.h.

◆ operator==()

bool operator== ( const UsdPrimSubtreeIterator other) const
inline

Equality.

Definition at line 2580 of file prim.h.

Friends And Related Function Documentation

◆ UsdPrim

friend class UsdPrim
friend

Definition at line 2591 of file prim.h.


The documentation for this class was generated from the following file: