Ethereum  PoC-8
The C++ Implementation of Ethereum
RangeMask.h File Reference
#include <map>
#include <utility>
#include <vector>
#include <iterator>
#include <ostream>
#include <assert.h>
#include <algorithm>

Go to the source code of this file.

Classes

class  dev::RangeMask
 
class  dev::RangeMask::const_iterator
 

Namespaces

 dev
 

Typedefs

using dev::UnsignedRange = std::pair< unsigned, unsigned >
 
using dev::UnsignedRanges = std::vector< UnsignedRange >
 

Functions

std::ostream & dev::operator<< (std::ostream &_out, RangeMask const &_r)
 

Detailed Description

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

Definition in file RangeMask.h.