CatapultServer  v0.5.0.1 (Elephant)
HashMapper.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include "MapperInclude.h"
24 
25 namespace catapult { namespace mongo { namespace mappers {
26 
28  model::HashRange ToModel(mongocxx::cursor& cursor, size_t numHashes);
29 
31  model::HashRange ToModel(const std::vector<bsoncxx::document::view>& hashContainer, size_t numHashes);
32 }}}
MapperUtils.h
catapult::mongo::mappers::DbBinaryToModelArray
void DbBinaryToModelArray(utils::ByteArray< N, TTag > &dest, const TMongoContainer &source)
Populates dest with data from source.
Definition: MapperUtils.h:100
catapult::model::EntityRange
Represents a range of entities.
Definition: EntityRange.h:31
catapult::model::EntityRange::PrepareFixed
static EntityRange PrepareFixed(size_t numElements, uint8_t **ppRangeData=nullptr)
Definition: EntityRange.h:265
catapult::model::HashRange
EntityRange< Hash256 > HashRange
An entity range composed of hashes.
Definition: RangeTypes.h:35
CATAPULT_THROW_RUNTIME_ERROR
#define CATAPULT_THROW_RUNTIME_ERROR(MESSAGE)
Macro used to throw a catapult runtime error.
Definition: exceptions.h:167
HashMapper.h
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::mongo::mappers::ToModel
model::HashRange ToModel(mongocxx::cursor &cursor, size_t numHashes)
Maps numHashes db hashes under cursor to a hash range.
Definition: HashMapper.cpp:47
MapperInclude.h
RangeTypes.h