Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ReversedQuickSearchBadCharacterShiftTable.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::map< common::ranked_symbol< SymbolType >, size_t > | bcs (const tree::PrefixRankedBarPattern< SymbolType > &pattern) |
template<class SymbolType > | |
static ext::map< common::ranked_symbol< SymbolType >, size_t > | bcs (const tree::PrefixRankedBarNonlinearPattern< SymbolType > &pattern) |
template<class SymbolType > | |
static ext::map< common::ranked_symbol< SymbolType >, size_t > | bcs (const tree::PrefixRankedPattern< SymbolType > &pattern) |
template<class SymbolType > | |
static ext::map< common::ranked_symbol< SymbolType >, size_t > | bcs (const tree::PrefixRankedNonlinearPattern< SymbolType > &pattern) |
BadCharacterShiftTable for the QuickSearch algorithm for tree pattern matching.
|
static |
|
static |
|
static |
|
static |