|
BitMagic-C++
|
Block cache for pipeline execution. More...
#include <bmaggregator.h>
Data Fields | |
| bv_vector_type | bv_inp_vect_ |
| all input vectors from all groups | |
| count_vector_type | cnt_vect_ |
| usage count for bv_inp (all groups) | |
| blockptr_vector_type | blk_vect_ |
| cached block ptrs for bv_inp_vect_ | |
| block_ij_vector_type | blk_ij_vect_ |
| current block coords | |
Block cache for pipeline execution.
Definition at line 197 of file bmaggregator.h.
| block_ij_vector_type bm::aggregator< BV >::pipeline_bcache::blk_ij_vect_ |
current block coords
Definition at line 202 of file bmaggregator.h.
| blockptr_vector_type bm::aggregator< BV >::pipeline_bcache::blk_vect_ |
cached block ptrs for bv_inp_vect_
Definition at line 201 of file bmaggregator.h.
| bv_vector_type bm::aggregator< BV >::pipeline_bcache::bv_inp_vect_ |
all input vectors from all groups
Definition at line 199 of file bmaggregator.h.
| count_vector_type bm::aggregator< BV >::pipeline_bcache::cnt_vect_ |
usage count for bv_inp (all groups)
Definition at line 200 of file bmaggregator.h.