Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File 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 Member Functions

 hash_map_iterator (const Container &table, size_t segment_index, size_t array_index=0, node *b=NULL)
 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.