CatapultServer  v0.5.0.1 (Elephant)
UpdateSet.h File Reference
Include dependency graph for UpdateSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::cache
 

Functions

template<typename TKeyTraits , typename TDescriptor , typename TContainer , typename TMemorySet >
void catapult::cache::UpdateSet (RdbTypedColumnContainer< TDescriptor, TContainer > &elements, const deltaset::DeltaElements< TMemorySet > &deltas)
 Applies all changes in deltas to elements. More...
 
template<typename TDescriptor , typename TContainer , typename TPruningBoundary >
void catapult::cache::PruneBaseSet (RdbTypedColumnContainer< TDescriptor, TContainer > &elements, const TPruningBoundary &pruningBoundary)
 Optionally prunes elements using pruningBoundary, which indicates the upper bound of elements to remove. More...