CatapultServer  v0.5.0.1 (Elephant)
MemoryUtCacheUtils.h File Reference
Include dependency graph for MemoryUtCacheUtils.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

std::vector< const model::TransactionInfo * > catapult::cache::GetFirstTransactionInfoPointers (const MemoryUtCacheView &utCacheView, uint32_t count)
 
std::vector< const model::TransactionInfo * > catapult::cache::GetFirstTransactionInfoPointers (const MemoryUtCacheView &utCacheView, uint32_t count, const predicate< const model::TransactionInfo & > &filter)
 
std::vector< const model::TransactionInfo * > catapult::cache::GetFirstTransactionInfoPointers (const MemoryUtCacheView &utCacheView, uint32_t count, const predicate< const model::TransactionInfo *, const model::TransactionInfo * > &sortComparer, const predicate< const model::TransactionInfo & > &filter)