Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix Struct Reference

List of all members.

Public Member Functions

bool operator< (const Suffix &other) const

Public Attributes

IndexType index
IndexType pos_n
IndexType pos_2n

Detailed Description

template<typename IndexType>
struct strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix

Suffix is helper for sorting suffixes.

Warning: this struct does not verify any arguments, it expects that caller uses it correctly!


Member Function Documentation

template<typename IndexType >
bool strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix::operator< ( const Suffix other) const [inline]

Member Data Documentation

template<typename IndexType >
IndexType strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix::index
template<typename IndexType >
IndexType strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix::pos_2n
template<typename IndexType >
IndexType strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix::pos_n

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines