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

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

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

#include <concurrent_hash_map.h>

List of all members.

Public Types

typedef ptrdiff_t difference_type
typedef Value value_type
typedef Value * pointer
typedef Value & reference
typedef const Value & const_reference
typedef std::forward_iterator_tag iterator_category

Public Member Functions

 hash_map_iterator ()
 Construct undefined iterator.
 hash_map_iterator (const hash_map_iterator< Container, typename Container::value_type > &other)
Value & operator * () const
Value * operator-> () const
hash_map_iteratoroperator++ ()
Value * operator++ (int)
 Post increment.

Friends

class internal::hash_map_iterator
class internal::hash_map_range
class tbb::concurrent_hash_map
template<typename C, typename T, typename U>
bool operator== (const hash_map_iterator< C, T > &i, const hash_map_iterator< C, U > &j)
template<typename C, typename T, typename U>
bool operator!= (const hash_map_iterator< C, T > &i, const hash_map_iterator< C, U > &j)
template<typename C, typename T, typename U>
ptrdiff_t operator- (const hash_map_iterator< C, T > &i, const hash_map_iterator< C, U > &j)


Detailed Description

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

Meets requirements of a forward iterator for STL */.

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


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.