mn::container::basic_node_itarrator_res< TNODE > Class Template Reference
#include <mn_node.hpp>
Public Types | |
using | iterator_category = bidirectional_iterator_tag |
using | value_type = typename TNODE::value_type |
using | pointer = value_type * |
using | reference = value_type & |
using | self_type = basic_node_itarrator_res< TNODE > |
using | difference_type = ptrdiff_t |
using | node_type = TNODE |
Public Member Functions | |
basic_node_itarrator_res () | |
basic_node_itarrator_res (node_type _pNode) | |
basic_node_itarrator_res (const self_type &_pOther) | |
self_type & | operator++ () |
self_type & | operator-- () |
reference | operator* () const |
pointer | operator-> () const |
self_type | operator++ (int) |
self_type | operator-- (int) |
bool | operator== (const self_type &rhs) const |
bool | operator!= (const self_type &rhs) const |
Private Attributes | |
node_type | m_pNode |
Member Typedef Documentation
◆ difference_type
template<class TNODE >
using mn::container::basic_node_itarrator_res< TNODE >::difference_type = ptrdiff_t |
◆ iterator_category
template<class TNODE >
using mn::container::basic_node_itarrator_res< TNODE >::iterator_category = bidirectional_iterator_tag |
◆ node_type
template<class TNODE >
using mn::container::basic_node_itarrator_res< TNODE >::node_type = TNODE |
◆ pointer
template<class TNODE >
using mn::container::basic_node_itarrator_res< TNODE >::pointer = value_type* |
◆ reference
template<class TNODE >
using mn::container::basic_node_itarrator_res< TNODE >::reference = value_type& |
◆ self_type
template<class TNODE >
using mn::container::basic_node_itarrator_res< TNODE >::self_type = basic_node_itarrator_res<TNODE> |
◆ value_type
template<class TNODE >
using mn::container::basic_node_itarrator_res< TNODE >::value_type = typename TNODE::value_type |
Constructor & Destructor Documentation
◆ basic_node_itarrator_res() [1/3]
template<class TNODE >
|
inline |
◆ basic_node_itarrator_res() [2/3]
template<class TNODE >
|
inline |
◆ basic_node_itarrator_res() [3/3]
template<class TNODE >
|
inline |
Member Function Documentation
◆ operator!=()
template<class TNODE >
|
inline |
◆ operator*()
template<class TNODE >
|
inline |
◆ operator++() [1/2]
template<class TNODE >
|
inline |
◆ operator++() [2/2]
template<class TNODE >
|
inline |
◆ operator--() [1/2]
template<class TNODE >
|
inline |
◆ operator--() [2/2]
template<class TNODE >
|
inline |
◆ operator->()
template<class TNODE >
|
inline |
◆ operator==()
template<class TNODE >
|
inline |
Member Data Documentation
◆ m_pNode
template<class TNODE >
|
private |
The documentation for this class was generated from the following file: