Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Typedefs | Functions
BitSet.hpp File Reference

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...
 

Detailed Description

Definition of the type CDPL::Util::BitSet.