OpenMS
|
#include <OpenMS/ANALYSIS/ID/AhoCorasickAmbiguous.h>
Public Types | |
using | T = uint32_t |
Public Member Functions | |
Hit ()=default | |
Hit (T needle_index, T needle_length, T query_pos) | |
bool | operator== (const Hit &rhs) const |
Public Attributes | |
T | needle_index |
T | needle_length |
T | query_pos |
Represents a needle found in the query. A needle (at position needle_index
, as passed into ACTrie's addNeedle()) of length needle_length
was found in the haystack (query) at position query_pos
using T = uint32_t |
|
default |
|
inline |
References Hit::needle_index, Hit::needle_length, and Hit::query_pos.
T needle_index |
Referenced by Hit::operator==().
T needle_length |
Referenced by Hit::operator==().
T query_pos |
Referenced by Hit::operator==().