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