strusPattern  0.17
Namespaces | Functions
pattern.hpp File Reference

Exported functions of the strus standard pattern matching library with a lexer based on hyperscan. More...

#include <cstdio>

Go to the source code of this file.

Namespaces

 strus
 strus toplevel namespace
 

Functions

PatternLexerInterface * strus::createPatternLexer_std (ErrorBufferInterface *errorhnd)
 Create the interface for regular expression matching on text based on hyperscan. More...
 
PatternMatcherInterface * strus::createPatternMatcher_std (ErrorBufferInterface *errorhnd)
 Create the interface for pattern matching on a regular language with tokens as alphabet. More...
 

Detailed Description

Exported functions of the strus standard pattern matching library with a lexer based on hyperscan.