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