OpenMS
|
internal struct to steal one bit from depth
to use as hit indicator
More...
#include <OpenMS/ANALYSIS/ID/AhoCorasickAmbiguous.h>
Public Member Functions | |
DepthHits () | |
Public Attributes | |
uint8_t | has_hit: 1 |
does a pattern end here (or when following suffix links)? More... | |
uint8_t | depth: 7 |
depth of node in the trie More... | |
internal struct to steal one bit from depth
to use as hit indicator
|
inline |
uint8_t depth |
depth of node in the trie
uint8_t has_hit |
does a pattern end here (or when following suffix links)?