UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
ufo::TreeSetIterator< Const, Dim > 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

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

Friends

class TreeSet< Dim >
 

Detailed Description

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

Definition at line 61 of file iterator.hpp.

Member Typedef Documentation

◆ difference_type

template<bool Const, std::size_t Dim>
using ufo::TreeSetIterator< Const, Dim >::difference_type = std::ptrdiff_t

Definition at line 85 of file iterator.hpp.

◆ iterator_category

template<bool Const, std::size_t Dim>
using ufo::TreeSetIterator< Const, Dim >::iterator_category = std::forward_iterator_tag

Definition at line 84 of file iterator.hpp.

◆ pointer

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

Definition at line 88 of file iterator.hpp.

◆ reference

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

Definition at line 87 of file iterator.hpp.

◆ value_type

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

Definition at line 86 of file iterator.hpp.

Constructor & Destructor Documentation

◆ TreeSetIterator()

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

Definition at line 96 of file iterator.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 131 of file iterator.hpp.

◆ operator*()

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

Definition at line 120 of file iterator.hpp.

◆ operator++() [1/2]

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

Definition at line 105 of file iterator.hpp.

◆ operator++() [2/2]

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

Definition at line 113 of file iterator.hpp.

◆ operator->()

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

Definition at line 122 of file iterator.hpp.

◆ operator==()

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

Definition at line 125 of file iterator.hpp.

Friends And Related Symbol Documentation

◆ TreeSetIterator<!Const, Dim >

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

Definition at line 1 of file iterator.hpp.

◆ TreeSet< Dim >

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

Definition at line 1 of file iterator.hpp.


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