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

#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 >

Definition at line 335 of file UT_ARTMap.h.

Member Typedef Documentation

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

Definition at line 341 of file UT_ARTMap.h.

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

Definition at line 343 of file UT_ARTMap.h.

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

Definition at line 338 of file UT_ARTMap.h.

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

Definition at line 344 of file UT_ARTMap.h.

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

Definition at line 340 of file UT_ARTMap.h.

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

Definition at line 342 of file UT_ARTMap.h.

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

Definition at line 339 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 378 of file UT_ARTMap.h.

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

Definition at line 383 of file UT_ARTMap.h.

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

Definition at line 352 of file UT_ARTMap.h.

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

Definition at line 356 of file UT_ARTMap.h.

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

Definition at line 357 of file UT_ARTMap.h.

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

Definition at line 361 of file UT_ARTMap.h.

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

Definition at line 371 of file UT_ARTMap.h.

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

Definition at line 358 of file UT_ARTMap.h.

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

Definition at line 359 of file UT_ARTMap.h.

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

Definition at line 348 of file UT_ARTMap.h.

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

Definition at line 380 of file UT_ARTMap.h.

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

Definition at line 381 of file UT_ARTMap.h.

Friends And Related Function Documentation

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

Definition at line 386 of file UT_ARTMap.h.


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