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

#include <dataSourceLocator.h>

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = const HdDataSourceLocator
 
using reference = value_type &
 
using pointer = value_type *
 
using difference_type = std::ptrdiff_t
 

Public Member Functions

 IntersectionIterator ()
 
 IntersectionIterator (const bool isFirst, const const_iterator &iterator, const const_iterator &end, const HdDataSourceLocator &locator)
 
HD_API const HdDataSourceLocatoroperator* () const
 
const HdDataSourceLocatoroperator-> () const
 
HD_API IntersectionIteratoroperator++ ()
 
HD_API IntersectionIterator operator++ (int)
 
bool operator== (const IntersectionIterator &other) const noexcept
 
bool operator!= (const IntersectionIterator &other) const noexcept
 

Detailed Description

Definition at line 372 of file dataSourceLocator.h.

Member Typedef Documentation

Definition at line 375 of file dataSourceLocator.h.

Constructor & Destructor Documentation

HdDataSourceLocatorSet::IntersectionIterator::IntersectionIterator ( )
inline

Definition at line 381 of file dataSourceLocator.h.

HdDataSourceLocatorSet::IntersectionIterator::IntersectionIterator ( const bool  isFirst,
const const_iterator iterator,
const const_iterator end,
const HdDataSourceLocator locator 
)
inline

Definition at line 386 of file dataSourceLocator.h.

Member Function Documentation

Definition at line 416 of file dataSourceLocator.h.

HD_API const HdDataSourceLocator& HdDataSourceLocatorSet::IntersectionIterator::operator* ( ) const
HD_API IntersectionIterator& HdDataSourceLocatorSet::IntersectionIterator::operator++ ( )
HD_API IntersectionIterator HdDataSourceLocatorSet::IntersectionIterator::operator++ ( int  )
const HdDataSourceLocator* HdDataSourceLocatorSet::IntersectionIterator::operator-> ( ) const
inline

Definition at line 400 of file dataSourceLocator.h.

bool HdDataSourceLocatorSet::IntersectionIterator::operator== ( const IntersectionIterator other) const
inlinenoexcept

Definition at line 411 of file dataSourceLocator.h.


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