|
| MultisigCacheDelta (const MultisigCacheTypes::BaseSetDeltaPointers &multisigSets) |
| Creates a delta around multisigSets. More...
|
|
| ReadOnlyViewSupplier (TArgs &&... args) |
| Creates a read-only view supplier around args. More...
|
|
| ReadOnlyViewSupplier (ReadOnlyViewSupplier &&rhs) |
|
const BasicMultisigCacheDelta ::ReadOnlyView & | asReadOnly () const |
| Returns a read-only view of this view. More...
|
|
| BasicMultisigCacheDelta (const MultisigCacheTypes::BaseSetDeltaPointers &multisigSets) |
| Creates a delta around multisigSets. More...
|
|
constexpr | MoveOnly ()=default |
| Default constructor. More...
|
|
| ~MoveOnly ()=default |
| Default destructor. More...
|
|
| MoveOnly (const NonCopyable &)=delete |
| Disabled copy constructor. More...
|
|
| MoveOnly (MoveOnly &&)=default |
| Default move constructor. More...
|
|
MoveOnly & | operator= (const MoveOnly &)=delete |
| Disabled assignment operator. More...
|
|
MoveOnly & | operator= (MoveOnly &&)=default |
| Default move assignment operator. More...
|
|
| ContainsMixin (const TSet &set) |
| Creates a mixin around set. More...
|
|
bool | contains (const KeyType &key) const |
| Gets a value indicating whether or not the cache contains an element with key. More...
|
|
| MutableAccessorMixin (TSet &set) |
| Creates a mixin around set. More...
|
|
iterator | find (const KeyType &key) |
| Finds the cache value identified by key. More...
|
|
| PatriciaTreeDeltaMixin (TSet &set, const std::shared_ptr< TTree > &pTree) |
| Creates a mixin around delta set and pTree. More...
|
|
bool | supportsMerkleRoot () const |
| Returns true if merkle root is supported. More...
|
|
std::pair< Hash256, bool > | tryGetMerkleRoot () const |
| Tries to get the merkle root if supported. More...
|
|
void | updateMerkleRoot (Height height) |
| Recalculates the merkle root given the specified chain height if supported. More...
|
|
void | setMerkleRoot (const Hash256 &merkleRoot) |
|
| DeltaElementsMixin (const TSetDelta &setDelta) |
| Creates a mixin around setDelta. More...
|
|
PointerContainer | addedElements () const |
| Gets pointers to all added elements. More...
|
|
PointerContainer | modifiedElements () const |
| Gets pointers to all modified elements. More...
|
|
PointerContainer | removedElements () const |
| Gets pointers to all removed elements. More...
|
|