|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include "RegExp.h"Namespaces | |
| namespace | regexp |
Functions | |
| regexp::UnboundedRegExp< char > | regexp::regexpFrom (const std::string &string) |
| regexp::UnboundedRegExp< char > | regexp::regexpFrom (const char *string) |
| template<class SymbolType > | |
| regexp::UnboundedRegExp< SymbolType > | regexp::regexpFrom () |