mn::container::basic_binary_queue_iterator< T > Class Template Reference

#include <mn_biqueue.hpp>

Public Types

using iterator_category = forward_iterator_tag
 
using value_type = T
 
using pointer = value_type *
 
using reference = value_type &
 
using self_type = basic_binary_queue_iterator< T >
 
using difference_type = ptrdiff_t
 
using iterator_category = TCategory
 One of the tag types. More...
 
using value_type = T
 The type "pointed to" by the iterator. More...
 
using difference_type = ptrdiff_t
 Distance between iterators is represented as this type. More...
 
using pointer = value_type *
 This type represents a pointer-to-value_type. More...
 
using reference = value_type &
 This type represents a reference-to-value_type. More...
 

Public Member Functions

 basic_binary_queue_iterator (T *pValue)
 
template<class U >
 basic_binary_queue_iterator (const basic_binary_queue_iterator< U > &rhs)
 
pointer get () const
 
reference operator* () const
 
pointer operator-> () const
 
bool operator== (const self_type &rhs) const
 
bool operator!= (const self_type &rhs) const
 

Private Attributes

pointer m_pValue
 

Member Typedef Documentation

◆ difference_type [1/2]

◆ difference_type [2/2]

Distance between iterators is represented as this type.

◆ iterator_category [1/2]

◆ iterator_category [2/2]

template<class T >
using mn::container::basic_binary_queue_iterator< T >::iterator_category = TCategory

One of the tag types.

◆ pointer [1/2]

◆ pointer [2/2]

This type represents a pointer-to-value_type.

◆ reference [1/2]

◆ reference [2/2]

This type represents a reference-to-value_type.

◆ self_type

◆ value_type [1/2]

template<class T >
using mn::container::basic_binary_queue_iterator< T >::value_type = T

◆ value_type [2/2]

template<class T >
using mn::container::basic_binary_queue_iterator< T >::value_type = T

The type "pointed to" by the iterator.

Constructor & Destructor Documentation

◆ basic_binary_queue_iterator() [1/2]

template<class T >
mn::container::basic_binary_queue_iterator< T >::basic_binary_queue_iterator ( T *  pValue)
inlineexplicit

◆ basic_binary_queue_iterator() [2/2]

template<class T >
template<class U >
mn::container::basic_binary_queue_iterator< T >::basic_binary_queue_iterator ( const basic_binary_queue_iterator< U > &  rhs)
inline

Member Function Documentation

◆ get()

template<class T >
pointer mn::container::basic_binary_queue_iterator< T >::get ( ) const
inline

◆ operator!=()

template<class T >
bool mn::container::basic_binary_queue_iterator< T >::operator!= ( const self_type rhs) const
inline

◆ operator*()

template<class T >
reference mn::container::basic_binary_queue_iterator< T >::operator* ( ) const
inline

◆ operator->()

template<class T >
pointer mn::container::basic_binary_queue_iterator< T >::operator-> ( ) const
inline

◆ operator==()

template<class T >
bool mn::container::basic_binary_queue_iterator< T >::operator== ( const self_type rhs) const
inline

Member Data Documentation

◆ m_pValue

template<class T >
pointer mn::container::basic_binary_queue_iterator< T >::m_pValue
private

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