![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <map>#include <utility>#include <vector>#include <iterator>#include <iostream>#include <assert.h>Go to the source code of this file.
Classes | |
| class | dev::RangeMask< T > |
| Set of elements of a certain "ground range" representable by unions of ranges inside this ground range. More... | |
| class | dev::RangeMask< T >::const_iterator |
Namespaces | |
| dev | |
| Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
Typedefs | |
| using | dev::UnsignedRange = std::pair< unsigned, unsigned > |
| using | dev::UnsignedRanges = std::vector< UnsignedRange > |
Functions | |
| template<class T > | |
| std::ostream & | dev::operator<< (std::ostream &_out, RangeMask< T > const &_r) |
Definition in file RangeMask.h.
1.8.11