#include <RBTreeDBCacheInsertThenDestroyBase.hpp>
Inheritance diagram for Bodon::RBTreeDBCacheInsertThenDestroyBase< T_R, BIS >:
Public Types | |
typedef RBTreeDBCache< T_R, BIS >::params_t | params_t |
Public Member Functions | |
RBTreeDBCacheInsertThenDestroyBase (const params_t *par) | |
counter_t | nextTransactionBIS_modifyPrevious (BIS &transaction, std::vector< unsigned int > &filter) |
void | rewind () |
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 |
Definition at line 12 of file RBTreeDBCacheInsertThenDestroyBase.hpp.
|
Reimplemented from Bodon::RBTreeDBCache< T_R, BIS >. Reimplemented in Bodon::RBTreeDBCacheInsertThenDestroyPro< T_R, BIS >, and Bodon::RBTreeDBCacheInsertThenDestroySimple< T_R, BIS >. Definition at line 15 of file RBTreeDBCacheInsertThenDestroyBase.hpp. |
|
Definition at line 17 of file RBTreeDBCacheInsertThenDestroyBase.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::RBTreeDBCache< T_R, BIS >. Reimplemented in Bodon::RBTreeDBCacheInsertThenDestroyPro< T_R, BIS >, and Bodon::RBTreeDBCacheInsertThenDestroySimple< T_R, BIS >. Definition at line 23 of file RBTreeDBCacheInsertThenDestroyBase.hpp. References 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(). |
|
|
|