STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Member Functions | Public Types
stapl::cm_impl::single_implied_gid_set< Registry > Class Template Reference

A set of GIDs, where every element in the registry is considered in the set. More...

Public Member Functions

 single_implied_gid_set (Registry *registry)
 
void add (gid_type const &v)
 Add a GID to the set. Does nothing for implied sets.
 
iterator begin ()
 An iterator to the element referenced by the first GID in the set.
 
iterator end ()
 An iterator to the one past the last element in the registry.
 
void swap (single_implied_gid_set &other)
 Swap the storage with another GID set. Does nothing.
 
void clear ()
 Clear the GID set. Does nothing.
 

Public Types

using gid_type = typename base_container_type::gid_type
 
using iterator = typename base_container_type::iterator
 

Detailed Description

template<typename Registry>
class stapl::cm_impl::single_implied_gid_set< Registry >

A set of GIDs, where every element in the registry is considered in the set.

Template Parameters
RegistryThe container manager's registry type

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