A set of GIDs (stored as bitsets), where GIDs can be stored across multiple base containers.
More...
|
| multi_bitmap_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 | clear () |
| Clear the GID set.
|
|
void | swap (multi_bitmap_gid_set &other) |
| Swap the storage with another GID set.
|
|
template<typename Registry>
class stapl::cm_impl::multi_bitmap_gid_set< Registry >
A set of GIDs (stored as bitsets), where GIDs can be stored across multiple base containers.
- Template Parameters
-
Registry | The container manager's registry type |
The documentation for this class was generated from the following file: