#include <OrderedArrayDBCache.hpp>
Public Types | |
typedef T_R::params_t | params_t |
Public Member Functions | |
OrderedArrayDBCache (const params_t *par) | |
counter_t | nextTransactionBIS (BIS &transaction) |
template<class UAC> | |
counter_t | nextTransactionUAC (UAC &transaction) |
void | rewind () |
Protected Attributes | |
std::vector< std::vector< std::pair< BIS, counter_t > > > | ordered_array |
std::vector< std::pair< BIS, counter_t > >::iterator | it |
std::vector< std::vector< std::pair< BIS, counter_t > > >::iterator | it_v |
The element at index i belong to the filtered transactions of size i.
Definition at line 18 of file OrderedArrayDBCache.hpp.
|
Definition at line 21 of file OrderedArrayDBCache.hpp. |
|
Definition at line 48 of file OrderedArrayDBCache.hpp. References OrderedArrayDBCache< T_R, BIS >::it, OrderedArrayDBCache< T_R, BIS >::ordered_array, and OrderedArrayDBCache< T_R, BIS >::rewind(). |
|
Definition at line 74 of file OrderedArrayDBCache.hpp. References OrderedArrayDBCache< T_R, BIS >::it, OrderedArrayDBCache< T_R, BIS >::it_v, and OrderedArrayDBCache< T_R, BIS >::ordered_array. |
|
Definition at line 93 of file OrderedArrayDBCache.hpp. References OrderedArrayDBCache< T_R, BIS >::it, OrderedArrayDBCache< T_R, BIS >::it_v, and OrderedArrayDBCache< T_R, BIS >::ordered_array. |
|
Definition at line 31 of file OrderedArrayDBCache.hpp. References OrderedArrayDBCache< T_R, BIS >::it, OrderedArrayDBCache< T_R, BIS >::it_v, and OrderedArrayDBCache< T_R, BIS >::ordered_array. Referenced by OrderedArrayDBCache< T_R, BIS >::OrderedArrayDBCache(). |
|
|
Definition at line 42 of file OrderedArrayDBCache.hpp. Referenced by OrderedArrayDBCache< T_R, BIS >::nextTransactionBIS(), OrderedArrayDBCache< T_R, BIS >::nextTransactionUAC(), and OrderedArrayDBCache< T_R, BIS >::rewind(). |
|