nlib
|
The data structure holding bit data operated on by Rank
and Select
.
More...
#include "nn/nlib/SmartBitmap.h"
Public Types | |
enum | { ARRAY_SIZE = CrtpBase::WORD_COUNT } |
Public Member Functions | |
void | Init (BIT *bitmap) noexcept |
Sets a pointer to the bit data. More... | |
The data structure holding bit data operated on by Rank
and Select
.
N | The size of the bit data (N bits). |
Definition at line 162 of file SmartBitmap.h.
anonymous enum |
anonymous enum
Enumerator | |
---|---|
ARRAY_SIZE |
The size required for the bit data (in number of words). |
Definition at line 167 of file SmartBitmap.h.
|
inlinenoexcept |
Sets a pointer to the bit data.
[in] | bitmap | A pointer to the bit data. The size must be SmartBitmapPtr::ARRAY_SIZE words. |
Definition at line 170 of file SmartBitmap.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.