CatapultServer
v0.5.0.1 (Elephant)
|
A range of block difficulty infos. More...
Public Member Functions | |
DifficultyInfoRange (const IteratorType &begin, const IteratorType &end) | |
Creates a range around two iterators begin and end. More... | |
IteratorType | begin () const |
Returns an iterator that represents the first element. More... | |
IteratorType | end () const |
Returns an iterator that represents one past the last element. More... | |
Private Types | |
using | IteratorType = BlockDifficultyCacheTypes::PrimaryTypes::BaseSetType::SetType::MemorySetType::const_iterator |
Private Attributes | |
const IteratorType | m_begin |
const IteratorType | m_end |
A range of block difficulty infos.
|
private |
|
inline |
Creates a range around two iterators begin and end.
|
inline |
Returns an iterator that represents the first element.
|
inline |
Returns an iterator that represents one past the last element.
|
private |
|
private |