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 43 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::difference_type = ptrdiff_t |
Definition at line 50 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 46 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::pointer = T* |
Definition at line 48 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::reference = T& |
Definition at line 49 of file concurrentList.h.
using TraceConcurrentList< T >::iterator::value = T |
Definition at line 47 of file concurrentList.h.
|
inline |
Definition at line 52 of file concurrentList.h.
|
inline |
Definition at line 73 of file concurrentList.h.
|
inline |
Definition at line 58 of file concurrentList.h.
|
inline |
Definition at line 62 of file concurrentList.h.
|
inline |
Definition at line 67 of file concurrentList.h.
|
inline |
Definition at line 54 of file concurrentList.h.
|
inline |
Definition at line 77 of file concurrentList.h.
|
friend |
Definition at line 84 of file concurrentList.h.