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]
template<class T >
using mn::container::basic_binary_queue_iterator< T >::difference_type = ptrdiff_t |
◆ difference_type [2/2]
template<class T >
using mn::container::basic_binary_queue_iterator< T >::difference_type = ptrdiff_t |
Distance between iterators is represented as this type.
◆ iterator_category [1/2]
template<class T >
using mn::container::basic_binary_queue_iterator< T >::iterator_category = forward_iterator_tag |
◆ 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]
template<class T >
using mn::container::basic_binary_queue_iterator< T >::pointer = value_type* |
◆ pointer [2/2]
template<class T >
using mn::container::basic_binary_queue_iterator< T >::pointer = value_type* |
This type represents a pointer-to-value_type.
◆ reference [1/2]
template<class T >
using mn::container::basic_binary_queue_iterator< T >::reference = value_type& |
◆ reference [2/2]
template<class T >
using mn::container::basic_binary_queue_iterator< T >::reference = value_type& |
This type represents a reference-to-value_type.
◆ self_type
template<class T >
using mn::container::basic_binary_queue_iterator< T >::self_type = basic_binary_queue_iterator<T> |
◆ 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 >
|
inlineexplicit |
◆ basic_binary_queue_iterator() [2/2]
template<class T >
template<class U >
|
inline |
Member Function Documentation
◆ get()
template<class T >
|
inline |
◆ operator!=()
template<class T >
|
inline |
◆ operator*()
template<class T >
|
inline |
◆ operator->()
template<class T >
|
inline |
◆ operator==()
template<class T >
|
inline |
Member Data Documentation
◆ m_pValue
template<class T >
|
private |
The documentation for this class was generated from the following file: