Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | Related Pages

tbb::internal::concurrent_queue_iterator< Container, Value > Class Template Reference

Meets requirements of a forward iterator for STL. More...

#include <concurrent_queue.h>

Inherits tbb::internal::concurrent_queue_iterator_base_v3.

Inheritance diagram for tbb::internal::concurrent_queue_iterator< Container, Value >:

[legend]
List of all members.

Public Member Functions

 concurrent_queue_iterator (const concurrent_queue_iterator< Container, typename Container::value_type > &other)
concurrent_queue_iteratoroperator= (const concurrent_queue_iterator &other)
 Iterator assignment.
Value & operator * () const
 Reference to current item.
Value * operator-> () const
concurrent_queue_iteratoroperator++ ()
 Advance to next item in queue.
Value * operator++ (int)
 Post increment.

Friends

class ::tbb::concurrent_queue

Detailed Description

template<typename Container, typename Value>
class tbb::internal::concurrent_queue_iterator< Container, Value >

Meets requirements of a forward iterator for STL.

Value is either the T or const T type of the container.


Constructor & Destructor Documentation

template<typename Container, typename Value>
tbb::internal::concurrent_queue_iterator< Container, Value >::concurrent_queue_iterator const concurrent_queue_iterator< Container, typename Container::value_type > &  other  )  [inline]
 

If Value==Container::value_type, then this routine is the copy constructor. If Value==const Container::value_type, then this routine is a conversion constructor.


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

Copyright © 2005-2008 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.