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

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

#include <prim.h>

Public Types

typedef UsdPrim value_type
 Iterator value type.
 
typedef value_type reference
 Iterator reference type, in this case the same as value_type.
 
typedef unspecified integral type difference_type
 Iterator difference type.
 

Public Member Functions

reference operator* () const
 Dereference.
 
unspecified type operator-> () const
 Indirection.
 
UsdPrimSubtreeIteratoroperator++ ()
 Postincrement.
 
UsdPrimSubtreeIterator operator++ (int)
 Preincrement.
 

Friends

bool operator== (const UsdPrimSubtreeIterator &lhs, const UsdPrimSubtreeIterator &rhs)
 Equality.
 
bool operator!= (const UsdPrimSubtreeIterator &lhs, const UsdPrimSubtreeIterator &rhs)
 Inequality.
 

Detailed Description

Forward traversal iterator of sibling UsdPrim s.

This is a standard-compliant iterator that may be used with STL algorithms, etc.

Definition at line 2411 of file prim.h.

Member Typedef Documentation

◆ difference_type

typedef unspecified integral type difference_type

Iterator difference type.

Definition at line 2418 of file prim.h.

◆ reference

Iterator reference type, in this case the same as value_type.

Definition at line 2416 of file prim.h.

◆ value_type

Iterator value type.

Definition at line 2414 of file prim.h.

Member Function Documentation

◆ operator*()

reference operator* ( ) const

Dereference.

◆ operator++() [1/2]

UsdPrimSubtreeIterator & operator++ ( )

Postincrement.

◆ operator++() [2/2]

UsdPrimSubtreeIterator operator++ ( int  )

Preincrement.

◆ operator->()

unspecified type operator-> ( ) const

Indirection.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const UsdPrimSubtreeIterator lhs,
const UsdPrimSubtreeIterator rhs 
)
friend

Inequality.

◆ operator==

bool operator== ( const UsdPrimSubtreeIterator lhs,
const UsdPrimSubtreeIterator rhs 
)
friend

Equality.


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