|
Safe DDS
|
Template StandardLayout structure to hold a range of items using a custom bitmap. More...
#include <Bitmap.hpp>
Public Types | |
| using | BitmapType = container::Array< uint32_t, NLONGS > |
| Bitmap type. More... | |
Public Attributes | |
| T | base |
| Holds base value of the range. More... | |
| uint32_t | num_bits |
| Holds the highest bit set in the bitmap. More... | |
| BitmapType | bitmap |
| Holds the bitmap values. More... | |
Template StandardLayout structure to hold a range of items using a custom bitmap.
| using eprosima::safedds::memory::Bitmap< T, NLONGS >::BitmapType = container::Array<uint32_t, NLONGS> |
Bitmap type.
| T eprosima::safedds::memory::Bitmap< T, NLONGS >::base |
Holds base value of the range.
| BitmapType eprosima::safedds::memory::Bitmap< T, NLONGS >::bitmap |
Holds the bitmap values.
| uint32_t eprosima::safedds::memory::Bitmap< T, NLONGS >::num_bits |
Holds the highest bit set in the bitmap.