Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <WildcardLinearString.h>
Static Public Member Functions | |
static bool | available (const string::WildcardLinearString< SymbolType > &string, const SymbolType &symbol) |
static void | valid (const string::WildcardLinearString< SymbolType > &, const SymbolType &) |
Helper class specifying constraints for the string's internal wildcard element.
SymbolType | used for the alphabet of the string. |
|
inlinestatic |
Determines whether the symbol is available in the string's alphabet.
string | the tested string |
symbol | the tested symbol |
|
inlinestatic |
All symbols are valid as an initial sildcard symbol of the string.
string | the tested string |
symbol | the tested symbol |