#include <marker.h>
Uses a vector<bool> which is usually implemented in the standard library as a bitarray by template specialization.
Definition at line 42 of file marker.h.
Public Member Functions | |
MarkerBoolVector () | |
bool | get (int nodeId) const |
void | init (int numberNodes) |
void | set (int nodeId) |
void | unset (int nodeId) |
Private Attributes | |
int | m_numberNodes |
vector< bool > | m_array |
|
Definition at line 45 of file marker.h. References m_numberNodes. |
|
Definition at line 50 of file marker.h. References m_array, and m_numberNodes. |
|
Definition at line 57 of file marker.h. References m_array, and m_numberNodes. |
|
Definition at line 64 of file marker.h. References m_array, and m_numberNodes. |
|
Definition at line 71 of file marker.h. References m_array, and m_numberNodes. |
|
|
|
Definition at line 79 of file marker.h. Referenced by get(), init(), MarkerBoolVector(), set(), and unset(). |