Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::intrusive_multiset< T, Hook, Compare >::reverse_iterator_impl< Iter > Class Template Reference

#include <intrusive_set.h>

Public Types

using value_type = typename AZStd::iterator_traits< Iter >::value_type
 
using difference_type = typename AZStd::iterator_traits< Iter >::difference_type
 
using pointer = typename AZStd::iterator_traits< Iter >::pointer
 
using reference = typename AZStd::iterator_traits< Iter >::reference
 
using iterator_category = typename AZStd::iterator_traits< Iter >::iterator_category
 
using iterator_type = Iter
 

Public Member Functions

AZ_FORCE_INLINE reverse_iterator_impl (pointer node, const value_type *head)
 
iterator_type base () const
 
AZ_FORCE_INLINE reference operator* () const
 
AZ_FORCE_INLINE pointer operator-> () const
 
AZ_FORCE_INLINE this_typeoperator++ ()
 
AZ_FORCE_INLINE this_type operator++ (int)
 
AZ_FORCE_INLINE this_typeoperator-- ()
 
AZ_FORCE_INLINE this_type operator-- (int)
 
AZ_FORCE_INLINE bool operator== (const this_type &rhs) const
 
AZ_FORCE_INLINE bool operator!= (const this_type &rhs) const
 

Static Protected Member Functions

static bool IsNilLeafNode (const_node_ptr_type node)
 
static node_ptr_type GetPredicateOrSuccessorNode (const_node_ptr_type node, SideType childNodeSide)
 

Protected Attributes

pointer m_node
 
const value_type * m_headNode {}
 

Friends

class intrusive_multiset
 

Detailed Description

template<class T, class Hook, class Compare = AZStd::less<T>>
template<typename Iter>
class AZStd::intrusive_multiset< T, Hook, Compare >::reverse_iterator_impl< Iter >

reverse iterator implementation bidirectional iterator.


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