SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/suffixarray_helper.hpp File Reference

suffixarray_helper.hpp contains some helper classes for (compressed suffix arrays) More...

#include <stdint.h>
#include <cstdlib>
#include <cassert>
#include "algorithms_for_compressed_suffix_arrays.hpp"
#include "iterators.hpp"

Go to the source code of this file.

Classes

class  sdsl::psi_of_csa_psi< CsaPsi >
 A helper class for the $\Psi$ and LF function for (compressed) suffix arrays that are based on the compressed $\Psi$ function. More...
class  sdsl::psi_of_sa_and_isa< Csa >
 A helper class for the $\Psi$ function for (compressed) suffix arrays which provide also the inverse suffix array values (like sdsl::csa_uncompressed). More...
class  sdsl::bwt_of_csa_psi< CsaPsi >
 A wrapper for the bwt of a compressed suffix array that is based on the $\psi$ function. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

suffixarray_helper.hpp contains some helper classes for (compressed suffix arrays)

Author:
Simon Gog