HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ARTIterator< T > Class Template Reference

Iterator for traversing the adaptive radix tree. More...

#include <UT_ARTMap.h>

Public Types

using difference_type = std::ptrdiff_t
 
using value_type = UT_ARTIterator< T >
 
using pointer = value_type *
 
using const_pointer = const value_type *
 
using reference = value_type &
 
using const_reference = value_type &
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

 UT_ARTIterator ()=default
 
bool operator== (const UT_ARTIterator &it) const
 
bool operator!= (const UT_ARTIterator &it) const
 
const_reference operator* () const
 
reference operator* ()
 
const_pointer operator-> () const
 
pointer operator-> ()
 
UT_ARTIteratoroperator++ ()
 
UT_ARTIterator operator++ (int)
 
bool hasValue () const
 
const Tvalue () const
 
Tvalue ()
 
UT_StringHolder key () const
 

Friends

class UT_ARTMap< T >
 

Detailed Description

template<typename T>
class UT_ARTIterator< T >

Iterator for traversing the adaptive radix tree.

Definition at line 385 of file UT_ARTMap.h.

Member Typedef Documentation

template<typename T >
using UT_ARTIterator< T >::const_pointer = const value_type*

Definition at line 391 of file UT_ARTMap.h.

template<typename T >
using UT_ARTIterator< T >::const_reference = value_type&

Definition at line 393 of file UT_ARTMap.h.

template<typename T >
using UT_ARTIterator< T >::difference_type = std::ptrdiff_t

Definition at line 388 of file UT_ARTMap.h.

template<typename T >
using UT_ARTIterator< T >::iterator_category = std::forward_iterator_tag

Definition at line 394 of file UT_ARTMap.h.

template<typename T >
using UT_ARTIterator< T >::pointer = value_type*

Definition at line 390 of file UT_ARTMap.h.

template<typename T >
using UT_ARTIterator< T >::reference = value_type&

Definition at line 392 of file UT_ARTMap.h.

template<typename T >
using UT_ARTIterator< T >::value_type = UT_ARTIterator<T>

Definition at line 389 of file UT_ARTMap.h.

Constructor & Destructor Documentation

template<typename T >
UT_ARTIterator< T >::UT_ARTIterator ( )
default

Member Function Documentation

template<typename T >
bool UT_ARTIterator< T >::hasValue ( ) const
inline

Definition at line 428 of file UT_ARTMap.h.

template<typename T >
UT_StringHolder UT_ARTIterator< T >::key ( ) const
inline

Definition at line 433 of file UT_ARTMap.h.

template<typename T >
bool UT_ARTIterator< T >::operator!= ( const UT_ARTIterator< T > &  it) const
inline

Definition at line 402 of file UT_ARTMap.h.

template<typename T >
const_reference UT_ARTIterator< T >::operator* ( ) const
inline

Definition at line 406 of file UT_ARTMap.h.

template<typename T >
reference UT_ARTIterator< T >::operator* ( )
inline

Definition at line 407 of file UT_ARTMap.h.

template<typename T >
UT_ARTIterator& UT_ARTIterator< T >::operator++ ( )
inline

Definition at line 411 of file UT_ARTMap.h.

template<typename T >
UT_ARTIterator UT_ARTIterator< T >::operator++ ( int  )
inline

Definition at line 421 of file UT_ARTMap.h.

template<typename T >
const_pointer UT_ARTIterator< T >::operator-> ( ) const
inline

Definition at line 408 of file UT_ARTMap.h.

template<typename T >
pointer UT_ARTIterator< T >::operator-> ( )
inline

Definition at line 409 of file UT_ARTMap.h.

template<typename T >
bool UT_ARTIterator< T >::operator== ( const UT_ARTIterator< T > &  it) const
inline

Definition at line 398 of file UT_ARTMap.h.

template<typename T >
const T& UT_ARTIterator< T >::value ( ) const
inline

Definition at line 430 of file UT_ARTMap.h.

template<typename T >
T& UT_ARTIterator< T >::value ( )
inline

Definition at line 431 of file UT_ARTMap.h.

Friends And Related Function Documentation

template<typename T >
friend class UT_ARTMap< T >
friend

Definition at line 436 of file UT_ARTMap.h.


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