A set of GIDs, where all GIDs are in the same base container.
More...
|
| single_gid_set (Registry *registry) |
|
void | add (gid_type const &v) |
| Add a GID to the set.
|
|
iterator | begin () |
| An iterator to the element referenced by the first GID in the set.
|
|
iterator | end () |
| An iterator to the element referenced by one past the last GID in the set.
|
|
void | swap (single_gid_set &other) |
| Swap the storage with another GID set.
|
|
void | clear () |
| Clear the GID set.
|
|
template<typename Registry, typename Storage = std::vector<typename Registry::gid_type>>
class stapl::cm_impl::single_gid_set< Registry, Storage >
A set of GIDs, where all GIDs are in the same base container.
- Template Parameters
-
Registry | The container manager's registry type |
Storage | How the GIDs will be stored internally |
The documentation for this class was generated from the following file: