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_list< T, Hook >::iterator_impl Class Reference

#include <intrusive_list.h>

Inherits AZStd::intrusive_list< T, Hook >::const_iterator_impl.

Public Types

typedef T * pointer
 
typedef T & reference
 
- Public Types inherited from AZStd::intrusive_list< T, Hook >::const_iterator_impl
typedef T value_type
 
typedef AZStd::ptrdiff_t difference_type
 
typedef const T * pointer
 
typedef const T & reference
 
typedef bidirectional_iterator_tag iterator_category
 

Public Member Functions

AZ_FORCE_INLINE iterator_impl (node_ptr_type node)
 
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)
 
- Public Member Functions inherited from AZStd::intrusive_list< T, Hook >::const_iterator_impl
AZ_FORCE_INLINE const_iterator_impl (node_ptr_type node)
 
AZ_FORCE_INLINE const_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
 

Additional Inherited Members

- Protected Attributes inherited from AZStd::intrusive_list< T, Hook >::const_iterator_impl
node_ptr_type m_node
 

Detailed Description

template<class T, class Hook>
class AZStd::intrusive_list< T, Hook >::iterator_impl

Iterator implementation.


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