Bitset class declaration. More...
Go to the source code of this file.
Classes | |
struct | Bitset |
Dynamic bitset class. More... | |
class | insert_iterator< vcsn::misc::Bitset > |
Specialized insert_iterator. More... | |
Namespaces | |
namespace | vcsn |
The main namespace of the Vaucanson library. | |
namespace | vcsn::misc |
The namespace for miscellaneous constructs. | |
namespace | std |
Declaring the traits for SupportIterator, according to the STL. | |
Functions | |
std::ostream & | operator<< (std::ostream &ostr, const Bitset &set) |
Print a bitset onto an output stream. | |
template<> | |
void | swap (vcsn::misc::Bitset &lhs, vcsn::misc::Bitset &rhs) |
Specialized swap. |
Bitset class declaration.
Definition in file bitset.hh.