|
HDK
|
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_ARTIterator & | operator++ () |
| UT_ARTIterator | operator++ (int) |
| bool | hasValue () const |
| const T & | value () const |
| T & | value () |
| UT_StringHolder | key () const |
Friends | |
| class | UT_ARTMap< T > |
Iterator for traversing the adaptive radix tree.
Definition at line 385 of file UT_ARTMap.h.
| using UT_ARTIterator< T >::const_pointer = const value_type* |
Definition at line 391 of file UT_ARTMap.h.
| using UT_ARTIterator< T >::const_reference = value_type& |
Definition at line 393 of file UT_ARTMap.h.
| using UT_ARTIterator< T >::difference_type = std::ptrdiff_t |
Definition at line 388 of file UT_ARTMap.h.
| using UT_ARTIterator< T >::iterator_category = std::forward_iterator_tag |
Definition at line 394 of file UT_ARTMap.h.
| using UT_ARTIterator< T >::pointer = value_type* |
Definition at line 390 of file UT_ARTMap.h.
| using UT_ARTIterator< T >::reference = value_type& |
Definition at line 392 of file UT_ARTMap.h.
| using UT_ARTIterator< T >::value_type = UT_ARTIterator<T> |
Definition at line 389 of file UT_ARTMap.h.
|
default |
|
inline |
Definition at line 428 of file UT_ARTMap.h.
|
inline |
Definition at line 433 of file UT_ARTMap.h.
|
inline |
Definition at line 402 of file UT_ARTMap.h.
|
inline |
Definition at line 406 of file UT_ARTMap.h.
|
inline |
Definition at line 407 of file UT_ARTMap.h.
|
inline |
Definition at line 411 of file UT_ARTMap.h.
|
inline |
Definition at line 421 of file UT_ARTMap.h.
|
inline |
Definition at line 408 of file UT_ARTMap.h.
|
inline |
Definition at line 409 of file UT_ARTMap.h.
|
inline |
Definition at line 398 of file UT_ARTMap.h.
|
inline |
Definition at line 430 of file UT_ARTMap.h.
|
inline |
Definition at line 431 of file UT_ARTMap.h.
Definition at line 436 of file UT_ARTMap.h.