![]() |
My Project
|
This file implements bit set handling. More...
#include "Alvar.h"#include <deque>#include <iomanip>#include <iostream>#include <sstream>#include <string>Go to the source code of this file.
Classes | |
| class | Bitset |
| Bitset is a basic class for handling bit sequences More... | |
| class | BitsetExt |
| An extended Bitset ( BitsetExt ) for handling e.g. Hamming encoding/decoding. More... | |
Namespaces | |
| alvar | |
| Main ALVAR namespace. | |
This file implements bit set handling.
Definition in file Bitset.h.