|
Embedded Template Library
1.0
|
#include <ibitset.h>
Public Member Functions | |
| ibitset () | |
| Default constructor. | |
| virtual | ~ibitset () |
| Destructor. | |
| virtual ibitset & | set (size_t position, bool value=true)=0 |
| Set the bit at the position. | |
| virtual ibitset & | reset (size_t position)=0 |
| Reset the bit at the position. | |
| virtual size_t | find_first (bool state) const =0 |
The base class for etl::bitset
|
pure virtual |
Finds the first bit in the specified state.
| state | The state to search for. |
Implemented in etl::bitset< N >, and etl::bitset< SIZE >.