| 
    CatapultServer
    v0.5.0.1 (Elephant)
    
   | 
 
 
 
 
Go to the documentation of this file.
   24 namespace catapult { 
namespace mongo { 
namespace plugins {
 
  
 
PLUGIN_API std::unique_ptr< MongoTransactionPlugin > CreateRegisterNamespaceTransactionMongoPlugin()
Creates a mongo register namespace transaction plugin.
 
constexpr std::underlying_type_t< TEnum > to_underlying_type(TEnum value)
Converts a strongly typed enumeration value to its underlying integral value.
Definition: Casting.h:37
 
int64_t ToInt64(TBaseValue value)
Converts base value to int64_t.
Definition: MapperUtils.h:75
 
#define PLUGIN_API
Definition: plugins.h:30
 
#define DEFINE_MONGO_TRANSACTION_PLUGIN_FACTORY(NAME, STREAM)
Defines a mongo transaction plugin factory for NAME transaction using STREAM.
Definition: MongoTransactionPluginFactory.h:106
 
Definition: AccountStateMapper.cpp:26
 
#define CATAPULT_THROW_RUNTIME_ERROR(MESSAGE)
Macro used to throw a catapult runtime error.
Definition: exceptions.h:167
 
Definition: AddressExtractionExtension.cpp:28
 
bsoncxx::types::b_binary ToBinary(const uint8_t *pData, size_t size)
Converts raw array (pData) of size elements into bson binary type.
Definition: MapperUtils.cpp:30