All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdPrimSiblingIterator 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...
 
UsdPrimSiblingIteratoroperator++ ()
 Postincrement. More...
 
UsdPrimSiblingIterator operator++ (int)
 Preincrement. More...
 

Friends

bool operator== (const UsdPrimSiblingIterator &lhs, const UsdPrimSiblingIterator &rhs)
 Equality. More...
 
bool operator!= (const UsdPrimSiblingIterator &lhs, const UsdPrimSiblingIterator &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 1716 of file prim.h.

Member Typedef Documentation

typedef unspecified integral type difference_type

Iterator difference type.

Definition at line 1723 of file prim.h.

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

Definition at line 1721 of file prim.h.

Iterator value type.

Definition at line 1719 of file prim.h.

Member Function Documentation

reference operator* ( ) const

Dereference.

UsdPrimSiblingIterator& operator++ ( )

Postincrement.

UsdPrimSiblingIterator operator++ ( int  )

Preincrement.

unspecified type operator-> ( ) const

Indirection.

Friends And Related Function Documentation

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

Inequality.

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

Equality.


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