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

#include <timeCodeRange.h>

Public Types

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

Public Member Functions

reference operator* ()
 Returns the UsdTimeCode referenced by this iterator. More...
 
pointer operator-> ()
 Returns a pointer to the UsdTimeCode referenced by this iterator. More...
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &other) const
 Return true if this iterator is equivalent to other. More...
 
bool operator!= (const const_iterator &other) const
 Return true if this iterator is not equivalent to other. More...
 

Friends

class UsdUtilsTimeCodeRange
 

Detailed Description

A forward iterator into a UsdUtilsTimeCodeRange.

Definition at line 80 of file timeCodeRange.h.

Member Typedef Documentation

Definition at line 87 of file timeCodeRange.h.

Definition at line 83 of file timeCodeRange.h.

Member Function Documentation

Return true if this iterator is not equivalent to other.

Definition at line 132 of file timeCodeRange.h.

reference UsdUtilsTimeCodeRange::const_iterator::operator* ( )
inline

Returns the UsdTimeCode referenced by this iterator.

Definition at line 90 of file timeCodeRange.h.

const_iterator& UsdUtilsTimeCodeRange::const_iterator::operator++ ( )
inline

Pre-increment operator. Advances this iterator to the next UsdTimeCode in the range.

This iterator is returned.

Definition at line 103 of file timeCodeRange.h.

const_iterator UsdUtilsTimeCodeRange::const_iterator::operator++ ( int  )
inline

Post-increment operator. Advances this iterator to the next UsdTimeCode in the range.

A copy of this iterator prior to the increment is returned.

Definition at line 119 of file timeCodeRange.h.

pointer UsdUtilsTimeCodeRange::const_iterator::operator-> ( )
inline

Returns a pointer to the UsdTimeCode referenced by this iterator.

Definition at line 95 of file timeCodeRange.h.

bool UsdUtilsTimeCodeRange::const_iterator::operator== ( const const_iterator other) const
inline

Return true if this iterator is equivalent to other.

Definition at line 126 of file timeCodeRange.h.

Friends And Related Function Documentation

Definition at line 137 of file timeCodeRange.h.


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