tlx
|
Class implementing StringSet concept for suffix sorting indexes of a std::string text object. More...
#include <string_set.hpp>
Public Types | |
typedef std::string | Text |
exported alias for assumed string container | |
typedef std::uint8_t | Char |
exported alias for character type | |
typedef Text::size_type | String |
String reference: suffix index of the text. | |
typedef std::vector< String >::iterator | Iterator |
Iterator over string references: using std::vector's iterator over suffix array vector. | |
typedef const Char * | CharIterator |
iterator of characters in a string | |
typedef std::pair< Text, std::vector< String > > | Container |
exported alias for assumed string container |
Class implementing StringSet concept for suffix sorting indexes of a std::string text object.
Definition at line 548 of file string_set.hpp.
typedef std::uint8_t Char |
exported alias for character type
Definition at line 555 of file string_set.hpp.
typedef const Char* CharIterator |
iterator of characters in a string
Definition at line 565 of file string_set.hpp.
exported alias for assumed string container
Definition at line 568 of file string_set.hpp.
Iterator over string references: using std::vector's iterator over suffix array vector.
Definition at line 562 of file string_set.hpp.
typedef Text::size_type String |
String reference: suffix index of the text.
Definition at line 558 of file string_set.hpp.
typedef std::string Text |
exported alias for assumed string container
Definition at line 552 of file string_set.hpp.