Definition at line 38 of file bitmap.h.
#include <bitmap.h>
|
| | Bitmap (uint32_t size, bool fill=false) |
| | ~Bitmap () |
| void | Resize (uint32_t size, bool fill=false) |
| bool | Get (uint32_t index) const |
| void | Set (uint32_t index, bool value) |
| void | SetAll (bool value) |
| void | Clear () |
◆ Bitmap()
| operations_research::Bitmap::Bitmap |
( |
uint32_t | size, |
|
|
bool | fill = false ) |
|
inlineexplicit |
◆ ~Bitmap()
| operations_research::Bitmap::~Bitmap |
( |
| ) |
|
|
inline |
◆ Clear()
| void operations_research::Bitmap::Clear |
( |
| ) |
|
|
inline |
◆ Get()
| bool operations_research::Bitmap::Get |
( |
uint32_t | index | ) |
const |
|
inline |
◆ Resize()
| void operations_research::Bitmap::Resize |
( |
uint32_t | size, |
|
|
bool | fill = false ) |
◆ Set()
| void operations_research::Bitmap::Set |
( |
uint32_t | index, |
|
|
bool | value ) |
|
inline |
◆ SetAll()
| void operations_research::Bitmap::SetAll |
( |
bool | value | ) |
|
|
inline |
The documentation for this class was generated from the following files: