Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
RegExp.cpp File Reference
#include "RegExp.h"
Include dependency graph for RegExp.cpp:

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 ()