HDK
|
#include <concurrentList.h>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value = T |
using | pointer = T * |
using | reference = T & |
using | difference_type = ptrdiff_t |
Public Member Functions | |
iterator () | |
pointer | operator-> () |
reference | operator* () |
iterator & | operator++ () |
iterator | operator++ (int) |
bool | operator!= (const iterator &other) const |
bool | operator== (const iterator &other) const |
Friends | |
class | TraceConcurrentList |
This class provides forward iterator support to iterate over all the items.
Definition at line 60 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::difference_type = ptrdiff_t |
Definition at line 67 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 63 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::pointer = T* |
Definition at line 65 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::reference = T& |
Definition at line 66 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::value = T |
Definition at line 64 of file concurrentList.h.
|
inline |
Definition at line 69 of file concurrentList.h.
|
inline |
Definition at line 90 of file concurrentList.h.
|
inline |
Definition at line 75 of file concurrentList.h.
|
inline |
Definition at line 79 of file concurrentList.h.
|
inline |
Definition at line 84 of file concurrentList.h.
|
inline |
Definition at line 71 of file concurrentList.h.
|
inline |
Definition at line 94 of file concurrentList.h.
|
friend |
Definition at line 101 of file concurrentList.h.