kaori
A C++ library for barcode extraction and matching
|
This is the complete list of members for kaori::SimpleSingleMatch< max_size >, including all inherited members.
initialize() const | kaori::SimpleSingleMatch< max_size > | inline |
reduce(State &state) | kaori::SimpleSingleMatch< max_size > | inline |
search_best(const char *read_seq, size_t read_length, State &state) const | kaori::SimpleSingleMatch< max_size > | inline |
search_first(const char *read_seq, size_t read_length, State &state) const | kaori::SimpleSingleMatch< max_size > | inline |
SimpleSingleMatch(const char *template_seq, size_t template_length, const BarcodePool &barcode_pool, const Options &options) | kaori::SimpleSingleMatch< max_size > | inline |