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

#include <primData.h>

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = Usd_PrimData *
 
using reference = Usd_PrimData *
 
using pointer = void
 
using difference_type = std::ptrdiff_t
 

Public Member Functions

 Usd_PrimDataSubtreeIterator ()=default
 
reference operator* () const
 
Usd_PrimDataSubtreeIteratoroperator++ ()
 
Usd_PrimDataSubtreeIterator operator++ (int)
 
bool operator== (const Usd_PrimDataSubtreeIterator &other) const
 
bool operator!= (const Usd_PrimDataSubtreeIterator &other) const
 

Friends

class Usd_PrimData
 
class UsdPrimSubtreeIterator
 

Detailed Description

Definition at line 413 of file primData.h.

Member Typedef Documentation

Definition at line 420 of file primData.h.

using Usd_PrimDataSubtreeIterator::iterator_category = std::forward_iterator_tag

Definition at line 416 of file primData.h.

Definition at line 419 of file primData.h.

Definition at line 418 of file primData.h.

Constructor & Destructor Documentation

Usd_PrimDataSubtreeIterator::Usd_PrimDataSubtreeIterator ( )
default

Member Function Documentation

Definition at line 444 of file primData.h.

reference Usd_PrimDataSubtreeIterator::operator* ( ) const
inline

Definition at line 425 of file primData.h.

Usd_PrimDataSubtreeIterator& Usd_PrimDataSubtreeIterator::operator++ ( )
inline

Definition at line 428 of file primData.h.

Usd_PrimDataSubtreeIterator Usd_PrimDataSubtreeIterator::operator++ ( int  )
inline

Definition at line 434 of file primData.h.

bool Usd_PrimDataSubtreeIterator::operator== ( const Usd_PrimDataSubtreeIterator other) const
inline

Definition at line 440 of file primData.h.

Friends And Related Function Documentation

friend class Usd_PrimData
friend

Definition at line 449 of file primData.h.

Definition at line 450 of file primData.h.


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