Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
Public Member Functions | |
bool | operator< (const Suffix &other) const |
Public Attributes | |
IndexType | index |
IndexType | pos_n |
IndexType | pos_2n |
Suffix is helper for sorting suffixes.
Warning: this struct does not verify any arguments, it expects that caller uses it correctly!
bool strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix::operator< | ( | const Suffix & | other | ) | const [inline] |
IndexType strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix::index |
IndexType strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix::pos_2n |
IndexType strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix::pos_n |