Zip and Skip Tries
Loading...
Searching...
No Matches
BitString< CHAR_T, CHAR_SIZE_BITS > Member List

This is the complete list of members for BitString< CHAR_T, CHAR_SIZE_BITS >, including all inherited members.

ALPHABitString< CHAR_T, CHAR_SIZE_BITS >static
begin() const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >inline
BitString(const CHAR_T *data, size_t size)BitString< CHAR_T, CHAR_SIZE_BITS >explicit
BitString(const Container &data)BitString< CHAR_T, CHAR_SIZE_BITS >explicit
BitString(const std::string &data)BitString< CHAR_T, CHAR_SIZE_BITS >inlineexplicit
BitString()=defaultBitString< CHAR_T, CHAR_SIZE_BITS >
clear() noexceptBitString< CHAR_T, CHAR_SIZE_BITS >inline
data() const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >inline
end() const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >inline
from_file(const std::string &filename)BitString< CHAR_T, CHAR_SIZE_BITS >static
from_file(std::ifstream &file)BitString< CHAR_T, CHAR_SIZE_BITS >static
GET_CHAR(uintmax_t word, unsigned bit_index)BitString< CHAR_T, CHAR_SIZE_BITS >privatestatic
GET_MASKS()BitString< CHAR_T, CHAR_SIZE_BITS >privatestatic
GET_SHIFTS()BitString< CHAR_T, CHAR_SIZE_BITS >privatestatic
m_dataBitString< CHAR_T, CHAR_SIZE_BITS >private
m_masksBitString< CHAR_T, CHAR_SIZE_BITS >privatestatic
m_shiftsBitString< CHAR_T, CHAR_SIZE_BITS >privatestatic
m_sizeBitString< CHAR_T, CHAR_SIZE_BITS >private
MIN_PAR_COMPARE_CHAR_SIZEBitString< CHAR_T, CHAR_SIZE_BITS >static
operator<<BitString< CHAR_T, CHAR_SIZE_BITS >friend
operator[](size_t index) constBitString< CHAR_T, CHAR_SIZE_BITS >
par_k_compare(const BitString &other, size_t lcp, size_t max_compare, uintmax_t *d_a, uintmax_t *d_largeblock, size_t &max_copied) const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >
par_k_compare(const BitString &other, size_t lcp, uintmax_t *d_a, uintmax_t *d_largeblock, size_t &max_copied) const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >inline
print_bytes(std::ostream &os) constBitString< CHAR_T, CHAR_SIZE_BITS >
push_back(CHAR_T c) noexceptBitString< CHAR_T, CHAR_SIZE_BITS >
seq_k_compare(const BitString &other, size_t lcp, size_t max_compare) const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >
seq_k_compare(const BitString &other, size_t lcp) const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >inline
size() const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >inline
to_file(const std::string &filename) constBitString< CHAR_T, CHAR_SIZE_BITS >
to_file(std::ofstream &file) constBitString< CHAR_T, CHAR_SIZE_BITS >
to_string() const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >
word_count() const noexceptBitString< CHAR_T, CHAR_SIZE_BITS >inline
WORD_SIZE_BITSBitString< CHAR_T, CHAR_SIZE_BITS >static