NCBI C++ ToolKit
|
Search Toolkit Book for CSRSearch::CResCache
#include <algo/blast/dbindex_search/sr_search.hpp>
Public Member Functions | |
void | init (Uint4 sz) |
bool | is_set (Uint4 idx, bool fw_strand) const |
void | set (Uint4 idx, bool fw_strand) |
TSRResults & | at (Uint4 idx, bool fw_strand) |
Private Member Functions | |
Uint4 | size () |
void | resize (Uint4 new_sz) |
Private Attributes | |
vector< Uint1 > | f_ind_ |
vector< Uint1 > | r_ind_ |
vector< TSRResults > | f_res_cache_ |
vector< TSRResults > | r_res_cache_ |
Definition at line 179 of file sr_search.hpp.
|
inline |
Definition at line 233 of file sr_search.hpp.
Referenced by CSRSearch_Impl< index_t >::searchOneMismatch(), and CSRSearch_Impl< index_t >::setResults4Idx().
|
inline |
Definition at line 211 of file sr_search.hpp.
References pythonpp::resize().
Referenced by CSRSearch_Impl< index_t >::search().
Definition at line 218 of file sr_search.hpp.
References bool.
Referenced by CSRSearch_Impl< index_t >::searchOneMismatch().
|
inlineprivate |
Definition at line 190 of file sr_search.hpp.
References i, and ncbi::grid::netcache::search::fields::size.
Definition at line 221 of file sr_search.hpp.
Referenced by CSRSearch_Impl< index_t >::setResults4Idx().
|
inlineprivate |
Definition at line 188 of file sr_search.hpp.
|
private |
Definition at line 183 of file sr_search.hpp.
|
private |
Definition at line 185 of file sr_search.hpp.
|
private |
Definition at line 184 of file sr_search.hpp.
|
private |
Definition at line 186 of file sr_search.hpp.