Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <BeginToEndIndex.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::set< unsigned > | transform (const string::LinearString< SymbolType > &pattern, const ext::set< unsigned > &indexes) |
|
static |
Transforms a set of occurrences represented by begin indexes to set of occurrences representing by end indexes.
SymbolType | the type of symbols in the string |
pattern | the pattern that was being searched for |
indexes | the original occurrences |