ezEngine  Release 25.03
reverse_pointer_iterator< T > Struct Template Reference

Non-Const class for Pointer like reverse iterators. More...

#include <ArrayIterator.h>

Inheritance diagram for reverse_pointer_iterator< T >:

Public Types

using pointer = T *
 
using reference = T &
 
- Public Types inherited from const_reverse_pointer_iterator< T >
using iterator_category = std::random_access_iterator_tag
 
using value_type = T
 
using difference_type = std::ptrdiff_t
 
using pointer = T *
 
using reference = T &
 

Public Member Functions

 reverse_pointer_iterator (T *pPtr)
 
EZ_ALWAYS_INLINE reverse_pointer_iteratoroperator++ ()
 
EZ_ALWAYS_INLINE reverse_pointer_iteratoroperator-- ()
 
EZ_ALWAYS_INLINE reverse_pointer_iterator operator++ (int)
 
EZ_ALWAYS_INLINE reverse_pointer_iterator operator-- (int)
 
EZ_ALWAYS_INLINE reverse_pointer_iterator operator+ (std::ptrdiff_t rhs) const
 
EZ_ALWAYS_INLINE reverse_pointer_iterator operator- (std::ptrdiff_t rhs) const
 
EZ_ALWAYS_INLINE T & operator* () const
 
EZ_ALWAYS_INLINE T * operator-> () const
 
EZ_ALWAYS_INLINE T & operator[] (std::ptrdiff_t index) const
 
- Public Member Functions inherited from const_reverse_pointer_iterator< T >
 const_reverse_pointer_iterator (T const *pPtr)
 
EZ_ALWAYS_INLINE const_reverse_pointer_iteratoroperator++ ()
 
EZ_ALWAYS_INLINE const_reverse_pointer_iteratoroperator-- ()
 
EZ_ALWAYS_INLINE const_reverse_pointer_iterator operator++ (int)
 
EZ_ALWAYS_INLINE const_reverse_pointer_iterator operator-- (int)
 
EZ_ALWAYS_INLINE bool operator== (const const_reverse_pointer_iterator &rhs) const
 
EZ_ALWAYS_INLINE bool operator!= (const const_reverse_pointer_iterator &rhs) const
 
EZ_ALWAYS_INLINE std::ptrdiff_t operator- (const const_reverse_pointer_iterator &rhs) const
 
EZ_ALWAYS_INLINE const_reverse_pointer_iterator operator+ (std::ptrdiff_t rhs) const
 
EZ_ALWAYS_INLINE const_reverse_pointer_iterator operator- (std::ptrdiff_t rhs) const
 
EZ_ALWAYS_INLINE void operator+= (std::ptrdiff_t rhs)
 
EZ_ALWAYS_INLINE void operator-= (std::ptrdiff_t rhs)
 
const EZ_ALWAYS_INLINE T & operator* () const
 
const EZ_ALWAYS_INLINE T * operator-> () const
 
EZ_ALWAYS_INLINE bool operator< (const const_reverse_pointer_iterator &rhs) const
 
EZ_ALWAYS_INLINE bool operator> (const const_reverse_pointer_iterator &rhs) const
 
EZ_ALWAYS_INLINE bool operator<= (const const_reverse_pointer_iterator &rhs) const
 
EZ_ALWAYS_INLINE bool operator>= (const const_reverse_pointer_iterator &rhs) const
 
const EZ_ALWAYS_INLINE T & operator[] (std::ptrdiff_t index) const
 

Additional Inherited Members

- Protected Attributes inherited from const_reverse_pointer_iterator< T >
T * m_pPtr
 

Detailed Description

template<class T>
struct reverse_pointer_iterator< T >

Non-Const class for Pointer like reverse iterators.


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