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

#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* ()
 
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.

Member Typedef Documentation

template<typename T>
using TraceConcurrentList< T >::iterator::difference_type = ptrdiff_t

Definition at line 67 of file concurrentList.h.

template<typename T>
using TraceConcurrentList< T >::iterator::iterator_category = std::forward_iterator_tag

Definition at line 63 of file concurrentList.h.

template<typename T>
using TraceConcurrentList< T >::iterator::pointer = T*

Definition at line 65 of file concurrentList.h.

template<typename T>
using TraceConcurrentList< T >::iterator::reference = T&

Definition at line 66 of file concurrentList.h.

template<typename T>
using TraceConcurrentList< T >::iterator::value = T

Definition at line 64 of file concurrentList.h.

Constructor & Destructor Documentation

template<typename T>
TraceConcurrentList< T >::iterator::iterator ( void  )
inline

Definition at line 69 of file concurrentList.h.

Member Function Documentation

template<typename T>
bool TraceConcurrentList< T >::iterator::operator!= ( const iterator other) const
inline

Definition at line 90 of file concurrentList.h.

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

Definition at line 75 of file concurrentList.h.

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

Definition at line 79 of file concurrentList.h.

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

Definition at line 84 of file concurrentList.h.

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

Definition at line 71 of file concurrentList.h.

template<typename T>
bool TraceConcurrentList< T >::iterator::operator== ( const iterator other) const
inline

Definition at line 94 of file concurrentList.h.

Friends And Related Function Documentation

template<typename T>
friend class TraceConcurrentList
friend

Definition at line 101 of file concurrentList.h.


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