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_slist< T, Hook >::const_iterator_impl Class Reference

#include <intrusive_slist.h>

Inherited by AZStd::intrusive_slist< T, Hook >::iterator_impl.

Public Types

typedef T value_type
 
typedef AZStd::ptrdiff_t difference_type
 
typedef const T * pointer
 
typedef const T & reference
 
typedef forward_iterator_tag iterator_category
 

Public Member Functions

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 bool operator== (const this_type &rhs) const
 
AZ_FORCE_INLINE bool operator!= (const this_type &rhs) const
 

Protected Attributes

node_ptr_type m_node
 

Friends

class intrusive_slist
 

Detailed Description

template<class T, class Hook>
class AZStd::intrusive_slist< T, Hook >::const_iterator_impl

Constant iterator implementation. Intrusive list uses bidirectional iterators as any double linked list.


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