CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
RE::NiTListBase< Allocator, T >::backward_iterator< U > Class Template Reference

#include <NiTListBase.h>

Inheritance diagram for RE::NiTListBase< Allocator, T >::backward_iterator< U >:
RE::NiTListBase< Allocator, T >::iterator_base< U >

Public Member Functions

constexpr backward_iteratoroperator++ () noexcept
 
constexpr backward_iterator operator++ (int) noexcept
 
- Public Member Functions inherited from RE::NiTListBase< Allocator, T >::iterator_base< U >
constexpr iterator_base () noexcept
 
constexpr iterator_base (Node *a_node) noexcept
 
constexpr iterator_base (const iterator_base &a_rhs) noexcept
 
constexpr iterator_base (iterator_base &&a_rhs) noexcept
 
 ~iterator_base () noexcept
 
constexpr iterator_baseoperator= (const iterator_base &a_rhs) noexcept
 
constexpr iterator_baseoperator= (iterator_base &&a_rhs) noexcept
 
constexpr reference operator* () const noexcept
 
constexpr pointer operator-> () const noexcept
 
constexpr bool operator== (const iterator_base &a_rhs) const noexcept
 
constexpr bool operator!= (const iterator_base &a_rhs) const noexcept
 

Additional Inherited Members

- Public Types inherited from RE::NiTListBase< Allocator, T >::iterator_base< U >
using difference_type = std::ptrdiff_t
 
using value_type = U
 
using pointer = U *
 
using reference = U &
 
using iterator_category = std::bidirectional_iterator_tag
 
- Protected Attributes inherited from RE::NiTListBase< Allocator, T >::iterator_base< U >
Node_cur
 

Member Function Documentation

◆ operator++() [1/2]

template<class Allocator , class T >
template<class U >
constexpr backward_iterator & RE::NiTListBase< Allocator, T >::backward_iterator< U >::operator++ ( )
inlineconstexprnoexcept

◆ operator++() [2/2]

template<class Allocator , class T >
template<class U >
constexpr backward_iterator RE::NiTListBase< Allocator, T >::backward_iterator< U >::operator++ ( int  )
inlineconstexprnoexcept

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