CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
24 #include <unordered_map>
26 namespace catapult {
namespace cache {
47 return !(*
this == rhs);
57 using ShortHashPairMap = std::unordered_map<utils::ShortHash, utils::ShortHash, utils::ShortHashHasher>;
std::unordered_map< utils::ShortHash, utils::ShortHash, utils::ShortHashHasher > ShortHashPairMap
A map composed of short hash pairs where the key is the transaction short hash and the value is the c...
Definition: ShortHashPair.h:57
Represents a range of entities.
Definition: EntityRange.h:31
constexpr bool operator==(const ShortHashPair &rhs) const
Returns true if this short hash pair is equal to rhs.
Definition: ShortHashPair.h:41
Immutable wrapper for basic types, to provide some type-safety.
Definition: BaseValue.h:100
constexpr bool operator!=(const ShortHashPair &rhs) const
Returns true if this short hash pair is not equal to rhs.
Definition: ShortHashPair.h:46
A unique identifier for a partial transaction.
Definition: ShortHashPair.h:31
Definition: AddressExtractionExtension.cpp:28
utils::ShortHash CosignaturesShortHash
Cosignatures short hash.
Definition: ShortHashPair.h:37
utils::ShortHash TransactionShortHash
Transaction short hash.
Definition: ShortHashPair.h:34