SDSL 3.0.1
Succinct Data Structure Library
sdsl::conf Namespace Reference

Variables

const uint64_t SDSL_BLOCK_SIZE = (uint64_t)1 << 22
 
constexpr char KEY_BWT [] = "bwt"
 
constexpr char KEY_BWT_INT [] = "bwt_int"
 
constexpr char KEY_SA [] = "sa"
 
constexpr char KEY_CSA [] = "csa"
 
constexpr char KEY_CST [] = "cst"
 
constexpr char KEY_ISA [] = "isa"
 
constexpr char KEY_TEXT [] = "text"
 
constexpr char KEY_TEXT_INT [] = "text_int"
 
constexpr char KEY_PSI [] = "psi"
 
constexpr char KEY_LCP [] = "lcp"
 
constexpr char KEY_SAMPLE_CHAR [] = "sample_char"
 

Variable Documentation

◆ KEY_BWT

constexpr char sdsl::conf::KEY_BWT[] = "bwt"
constexpr

Definition at line 35 of file config.hpp.

◆ KEY_BWT_INT

constexpr char sdsl::conf::KEY_BWT_INT[] = "bwt_int"
constexpr

Definition at line 36 of file config.hpp.

◆ KEY_CSA

constexpr char sdsl::conf::KEY_CSA[] = "csa"
constexpr

Definition at line 38 of file config.hpp.

◆ KEY_CST

constexpr char sdsl::conf::KEY_CST[] = "cst"
constexpr

Definition at line 39 of file config.hpp.

◆ KEY_ISA

constexpr char sdsl::conf::KEY_ISA[] = "isa"
constexpr

Definition at line 40 of file config.hpp.

◆ KEY_LCP

constexpr char sdsl::conf::KEY_LCP[] = "lcp"
constexpr

Definition at line 44 of file config.hpp.

◆ KEY_PSI

constexpr char sdsl::conf::KEY_PSI[] = "psi"
constexpr

Definition at line 43 of file config.hpp.

◆ KEY_SA

constexpr char sdsl::conf::KEY_SA[] = "sa"
constexpr

Definition at line 37 of file config.hpp.

◆ KEY_SAMPLE_CHAR

constexpr char sdsl::conf::KEY_SAMPLE_CHAR[] = "sample_char"
constexpr

Definition at line 45 of file config.hpp.

◆ KEY_TEXT

constexpr char sdsl::conf::KEY_TEXT[] = "text"
constexpr

Definition at line 41 of file config.hpp.

◆ KEY_TEXT_INT

constexpr char sdsl::conf::KEY_TEXT_INT[] = "text_int"
constexpr

Definition at line 42 of file config.hpp.

◆ SDSL_BLOCK_SIZE

const uint64_t sdsl::conf::SDSL_BLOCK_SIZE = (uint64_t)1 << 22

Definition at line 33 of file config.hpp.