UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
ufo::TreeMapIterator< Const, Dim, T > Class Template Reference

Public Types

using difference_type = std::ptrdiff_t
 
using iterator_category = std::forward_iterator_tag
 
using pointer = typename std::iterator_traits< RawIterator >::pointer
 
using reference = typename std::iterator_traits< RawIterator >::reference
 
using value_type = typename std::iterator_traits< RawIterator >::value_type
 

Public Member Functions

 TreeMapIterator (TreeMapIterator const &)=default
 
template<bool Const2, std::enable_if_t< Const &&!Const2, bool > = true>
 TreeMapIterator (TreeMapIterator< Const2, Dim, T > const &other)
 
template<bool Const2>
bool operator!= (TreeMapIterator< Const2, Dim, T > const &other)
 
reference operator* () const
 
TreeMapIteratoroperator++ ()
 
TreeMapIterator operator++ (int)
 
pointer operator-> () const
 
template<bool Const2>
bool operator== (TreeMapIterator< Const2, Dim, T > const &other)
 

Friends

class TreeMap< Dim, T >
 

Detailed Description

template<bool Const, std::size_t Dim, class T>
class ufo::TreeMapIterator< Const, Dim, T >

Definition at line 61 of file iterator.hpp.

Member Typedef Documentation

◆ difference_type

template<bool Const, std::size_t Dim, class T >
using ufo::TreeMapIterator< Const, Dim, T >::difference_type = std::ptrdiff_t

Definition at line 85 of file iterator.hpp.

◆ iterator_category

template<bool Const, std::size_t Dim, class T >
using ufo::TreeMapIterator< Const, Dim, T >::iterator_category = std::forward_iterator_tag

Definition at line 84 of file iterator.hpp.

◆ pointer

template<bool Const, std::size_t Dim, class T >
using ufo::TreeMapIterator< Const, Dim, T >::pointer = typename std::iterator_traits<RawIterator>::pointer

Definition at line 88 of file iterator.hpp.

◆ reference

template<bool Const, std::size_t Dim, class T >
using ufo::TreeMapIterator< Const, Dim, T >::reference = typename std::iterator_traits<RawIterator>::reference

Definition at line 87 of file iterator.hpp.

◆ value_type

template<bool Const, std::size_t Dim, class T >
using ufo::TreeMapIterator< Const, Dim, T >::value_type = typename std::iterator_traits<RawIterator>::value_type

Definition at line 86 of file iterator.hpp.

Constructor & Destructor Documentation

◆ TreeMapIterator()

template<bool Const, std::size_t Dim, class T >
template<bool Const2, std::enable_if_t< Const &&!Const2, bool > = true>
ufo::TreeMapIterator< Const, Dim, T >::TreeMapIterator ( TreeMapIterator< Const2, Dim, T > const &  other)
inline

Definition at line 96 of file iterator.hpp.

Member Function Documentation

◆ operator!=()

template<bool Const, std::size_t Dim, class T >
template<bool Const2>
bool ufo::TreeMapIterator< Const, Dim, T >::operator!= ( TreeMapIterator< Const2, Dim, T > const &  other)
inline

Definition at line 131 of file iterator.hpp.

◆ operator*()

template<bool Const, std::size_t Dim, class T >
reference ufo::TreeMapIterator< Const, Dim, T >::operator* ( ) const
inline

Definition at line 120 of file iterator.hpp.

◆ operator++() [1/2]

template<bool Const, std::size_t Dim, class T >
TreeMapIterator & ufo::TreeMapIterator< Const, Dim, T >::operator++ ( )
inline

Definition at line 105 of file iterator.hpp.

◆ operator++() [2/2]

template<bool Const, std::size_t Dim, class T >
TreeMapIterator ufo::TreeMapIterator< Const, Dim, T >::operator++ ( int  )
inline

Definition at line 113 of file iterator.hpp.

◆ operator->()

template<bool Const, std::size_t Dim, class T >
pointer ufo::TreeMapIterator< Const, Dim, T >::operator-> ( ) const
inline

Definition at line 122 of file iterator.hpp.

◆ operator==()

template<bool Const, std::size_t Dim, class T >
template<bool Const2>
bool ufo::TreeMapIterator< Const, Dim, T >::operator== ( TreeMapIterator< Const2, Dim, T > const &  other)
inline

Definition at line 125 of file iterator.hpp.

Friends And Related Symbol Documentation

◆ TreeMapIterator<!Const, Dim, T >

template<bool Const, std::size_t Dim, class T >
friend class TreeMapIterator<!Const, Dim, T >
friend

Definition at line 1 of file iterator.hpp.

◆ TreeMap< Dim, T >

template<bool Const, std::size_t Dim, class T >
friend class TreeMap< Dim, T >
friend

Definition at line 1 of file iterator.hpp.


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