A set of GIDs, where every element in every base container managedy by a container manager is considered part of the set.
More...
|
|
| multi_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 | clear () |
| | Clear the GID set. Does nothing.
|
| |
|
void | swap (multi_implied_gid_set &other) |
| | Swap the storage with another GID set. Does nothing.
|
| |
template<typename Registry>
class stapl::cm_impl::multi_implied_gid_set< Registry >
A set of GIDs, where every element in every base container managedy by a container manager is considered part of the set.
- Template Parameters
-
| Registry | The container manager's registry type |
The documentation for this class was generated from the following file: