Eneboo - Documentación para desarrolladores
|
#include <bitstring.h>
Métodos públicos | |
BitString (void) | |
void | clear (void) |
int | allocate (int length, int alignment) |
void | free (int bitPos, int length) |
int | firstAfter (const int index) const |
bool | get (const int index) const |
void | set (const int index) |
void | reset (const int index) |
unsigned long | operator() (int index) |
void BitString< N >::clear | ( | void | ) | [inline] |