All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TraceConcurrentList< T >::iterator Class Reference

This class provides forward iterator support to iterate over all the items. More...

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

pointer operator-> ()
 
reference operator* ()
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
bool operator!= (const iterator &other) const
 
bool operator== (const iterator &other) const
 

Friends

class TraceConcurrentList
 

Detailed Description

template<typename T>
class TraceConcurrentList< T >::iterator

This class provides forward iterator support to iterate over all the items.

Definition at line 60 of file concurrentList.h.


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