|
BitMagic-C++
|
Functor to process job batch (task). More...
Public Types | |
| typedef BV | bvector_type |
| typedef bvector_type::size_type | size_type |
Public Member Functions | |
| SortCounting_JobFunctor (const vector_char_type &seq_vect, unsigned k_size, size_type from, size_type to, rsc_sparse_vector_u32 &kmer_counts) | |
| constructor | |
| SortCounting_JobFunctor (const SortCounting_JobFunctor &func) | |
| void | operator() () |
| Main logic (functor). | |
Functor to process job batch (task).
Definition at line 478 of file xsample07.cpp.
| typedef BV SortCounting_JobFunctor< BV >::bvector_type |
Definition at line 481 of file xsample07.cpp.
| typedef bvector_type::size_type SortCounting_JobFunctor< BV >::size_type |
Definition at line 482 of file xsample07.cpp.
|
inline |
constructor
Definition at line 486 of file xsample07.cpp.
Referenced by SortCounting_JobFunctor().
|
inline |
Definition at line 495 of file xsample07.cpp.
References SortCounting_JobFunctor().
|
inline |
Main logic (functor).
Definition at line 502 of file xsample07.cpp.
References get_DNA_code(), get_kmer_code(), sort_count(), and bm::rsc_sparse_vector< Val, SV >::sync().