Main Page   Reference Manual   Compound List   File List  

libecc/bitset.h File Reference

Fixed size bitset. More...

#include <libecc/config.h>
#include <iosfwd>
#include <cstddef>
#include <cstring>
#include <string>
#include <inttypes.h>
#include <cassert>
#include <libcwd/cwprint.h>
#include <set>

Include dependency graph for bitset.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  libecc


Detailed Description

Fixed size bitset.

This header file declares template<unsigned int n> class libecc::bitset for a fixed number of n bits.

Copyright © 2002-2004 Carlo Wood.  All rights reserved.