#include <RBTreeDBCacheInsertThenDestroyPro.hpp>
Inheritance diagram for Bodon::RBTreeDBCacheInsertThenDestroyPro< T_R, BIS >:
Public Types | |
typedef RBTreeDBCacheInsertThenDestroyBase< T_R, BIS >::params_t | params_t |
Public Member Functions | |
RBTreeDBCacheInsertThenDestroyPro (const params_t *par) | |
void | rewind () |
counter_t | nextTransactionBIS_modifyPrevious (BIS &transaction, std::vector< unsigned int > &filter) |
void | setCandidateSize (const size_t candidate_size) |
void | insert (const BIS &transaction, const counter_t multiplicity) |
counter_t | nextTransactionBIS (BIS &transaction) |
template<class UAC> | |
counter_t | nextTransactionUAC (UAC &transaction) |
Protected Attributes | |
std::map< BIS, counter_t > | temp_rb_tree |
item_t | candidate_size |
std::map< BIS, counter_t > | rb_tree |
std::map< BIS, counter_t >::iterator | it |
This class makes use of the fact that both trees are sorted associative containers and performs the merge with a simultaneous traversal approach.
Definition at line 26 of file RBTreeDBCacheInsertThenDestroyPro.hpp.
|
Reimplemented from Bodon::RBTreeDBCacheInsertThenDestroyBase< T_R, BIS >. Definition at line 31 of file RBTreeDBCacheInsertThenDestroyPro.hpp. |
|
Definition at line 33 of file RBTreeDBCacheInsertThenDestroyPro.hpp. |
|
Definition at line 19 of file RBTreeDBCache.hpp. References Bodon::RBTreeDBCache< T_R, BIS >::rb_tree. |
|
Definition at line 53 of file RBTreeDBCache.hpp. References Bodon::RBTreeDBCache< T_R, BIS >::it, and Bodon::RBTreeDBCache< T_R, BIS >::rb_tree. |
|
|
Definition at line 65 of file RBTreeDBCache.hpp. References Bodon::RBTreeDBCache< T_R, BIS >::it, and Bodon::RBTreeDBCache< T_R, BIS >::rb_tree. |
|
Reimplemented from Bodon::RBTreeDBCacheInsertThenDestroyBase< T_R, BIS >. Definition at line 37 of file RBTreeDBCacheInsertThenDestroyPro.hpp. References Bodon::RBTreeDBCache< T_R, BIS >::rb_tree, and Bodon::RBTreeDBCacheInsertThenDestroyBase< T_R, BIS >::temp_rb_tree. |
|
Definition at line 28 of file RBTreeDBCacheInsertThenDestroyBase.hpp. |
|
Definition at line 34 of file RBTreeDBCacheInsertThenDestroyBase.hpp. Referenced by Bodon::RBTreeDBCacheInsertThenDestroyBase< T_R, BIS >::nextTransactionBIS_modifyPrevious(). |
|
|
|