Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of the type CDPL::Util::BitSet. More...
#include <boost/dynamic_bitset.hpp>
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Util | |
Contains general purpose algorithms, containers, functors and other classes. | |
Typedefs | |
typedef boost::dynamic_bitset | CDPL::Util::BitSet |
A dynamic bitset class. More... | |
Functions | |
void | CDPL::Util::fold (BitSet &bs, std::size_t num_times) |
Folds the bitset bs the specified number of times. More... | |
Definition of the type CDPL::Util::BitSet.