Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Typedefs | Functions
RangeMask.h File Reference
#include <map>
#include <utility>
#include <vector>
#include <iterator>
#include <iostream>
#include <assert.h>
Include dependency graph for RangeMask.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file RangeMask.h.