#include <RBTreeDBCacheSimultaneous.hpp>
Inheritance diagram for Bodon::RBTreeDBCacheSimultaneous< T_R, BIS >:
Public Types | |
typedef RBTreeDBCache< T_R, BIS >::params_t | params_t |
Public Member Functions | |
RBTreeDBCacheSimultaneous (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 RBTreeDBCacheSimultaneous.hpp.
|
Reimplemented from Bodon::RBTreeDBCache< T_R, BIS >. Definition at line 15 of file RBTreeDBCacheSimultaneous.hpp. |
|
Definition at line 17 of file RBTreeDBCacheSimultaneous.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 >. Definition at line 23 of file RBTreeDBCacheSimultaneous.hpp. References Bodon::RBTreeDBCache< T_R, BIS >::rb_tree, and Bodon::RBTreeDBCacheSimultaneous< T_R, BIS >::temp_rb_tree. |
|
Definition at line 33 of file RBTreeDBCacheSimultaneous.hpp. |
|
Definition at line 39 of file RBTreeDBCacheSimultaneous.hpp. Referenced by Bodon::RBTreeDBCacheSimultaneous< T_R, BIS >::nextTransactionBIS_modifyPrevious(). |
|
|
|
Definition at line 38 of file RBTreeDBCacheSimultaneous.hpp. Referenced by Bodon::RBTreeDBCacheSimultaneous< T_R, BIS >::nextTransactionBIS_modifyPrevious(), and Bodon::RBTreeDBCacheSimultaneous< T_R, BIS >::rewind(). |