All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdPrimSubtreeIterator Class Reference

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

Public Types

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

Public Member Functions

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

Friends

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

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 1908 of file prim.h.

Member Typedef Documentation

typedef unspecified integral type difference_type

Iterator difference type.

Definition at line 1915 of file prim.h.

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

Definition at line 1913 of file prim.h.

Iterator value type.

Definition at line 1911 of file prim.h.

Member Function Documentation

reference operator* ( ) const

Dereference.

UsdPrimSubtreeIterator& operator++ ( )

Postincrement.

UsdPrimSubtreeIterator operator++ ( int  )

Preincrement.

unspecified type operator-> ( ) const

Indirection.

Friends And Related Function Documentation

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

Inequality.

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

Equality.


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