Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
stringology::query::CompressedBitParallelismFactors Class Reference

#include <CompressedBitParallelismFactors.h>

Static Public Member Functions

template<class SymbolType >
static ext::set< unsigned > query (const indexes::stringology::CompressedBitParallelIndex< SymbolType > &compressedBitParallelIndex, const string::LinearString< SymbolType > &string)
 

Detailed Description

Query compressed bit parallel index for given string.

Member Function Documentation

◆ query()

template<class SymbolType >
ext::set< unsigned > stringology::query::CompressedBitParallelismFactors::query ( const indexes::stringology::CompressedBitParallelIndex< SymbolType > &  compressedBitParallelIndex,
const string::LinearString< SymbolType > &  string 
)
static

Query a compressed bit parallel index

Parameters
compressedBitParallelIndexthe index to query
stringthe string to query with
Returns
occurences of factors
Here is the call graph for this function:

The documentation for this class was generated from the following file: