Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <RegExpIterate.h>
Static Public Member Functions | |
template<class SymbolType > | |
static regexp::FormalRegExp< SymbolType > | iterate (const regexp::FormalRegExp< SymbolType > ®exp) |
template<class SymbolType > | |
static regexp::FormalRegExpStructure< SymbolType > | iterate (const regexp::FormalRegExpStructure< SymbolType > ®exp) |
template<class SymbolType > | |
static regexp::UnboundedRegExp< SymbolType > | iterate (const regexp::UnboundedRegExp< SymbolType > ®exp) |
template<class SymbolType > | |
static regexp::UnboundedRegExpStructure< SymbolType > | iterate (const regexp::UnboundedRegExpStructure< SymbolType > ®exp) |
Implements iteration of regular expression.
|
static |
Implements iteration of regular expression.
SymbolType | the type of symbols in the regular expression |
regexp | the regexp to iterate |
regexp
*
|
static |
\override
|
static |
\override
|
static |
\override