Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
arbology::transform::BeginToEndIndex Class Reference

#include <BeginToEndIndex.h>

Static Public Member Functions

template<class SymbolType >
static ext::set< unsigned > transform (const tree::PrefixRankedBarTree< SymbolType > &subject, const ext::set< unsigned > &indexes)
 
template<class SymbolType >
static ext::set< unsigned > transform (const tree::PrefixRankedTree< SymbolType > &subject, const ext::set< unsigned > &indexes)
 

Member Function Documentation

◆ transform() [1/2]

template<class SymbolType >
ext::set< unsigned > arbology::transform::BeginToEndIndex::transform ( const tree::PrefixRankedBarTree< SymbolType > &  subject,
const ext::set< unsigned > &  indexes 
)
static

Search for pattern in linear string.

Returns
set set of occurences
Here is the call graph for this function:

◆ transform() [2/2]

template<class SymbolType >
ext::set< unsigned > arbology::transform::BeginToEndIndex::transform ( const tree::PrefixRankedTree< SymbolType > &  subject,
const ext::set< unsigned > &  indexes 
)
static
Here is the call graph for this function:

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