STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Friends
stapl::cm_impl::single_gid_set_iterator< BaseContainer, Iterator, MappingFunction, Reference > Class Template Reference

Iterator for the single_gid_set, that traverses all elements in the GID set and produces local references. More...

Public Member Functions

 single_gid_set_iterator (base_container_type *base_container, base_iterator current_it)
 

Friends

class boost::iterator_core_access
 

Detailed Description

template<typename BaseContainer, typename Iterator, typename MappingFunction, typename Reference>
class stapl::cm_impl::single_gid_set_iterator< BaseContainer, Iterator, MappingFunction, Reference >

Iterator for the single_gid_set, that traverses all elements in the GID set and produces local references.

Template Parameters
BaseContainerThe type of the base container
IteratorThe iterator for the GID set
MappingFunctionA function to translate GIDs on dereference
ReferenceThe proxy type of the elements in the base container

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