strusAnalyzer  0.17
Namespaces | Functions
pattern_test.hpp File Reference

Exported functions of the strus standard pattern matching library for tests. More...

#include <cstdio>

Go to the source code of this file.

Namespaces

 strus
 strus toplevel namespace
 

Functions

PatternLexerInterface * strus::createPatternLexer_test (ErrorBufferInterface *errorhnd)
 Create the interface for regular expression matching usable as groud truth for testing. More...
 
PatternMatcherInterface * strus::createPatternMatcher_test (ErrorBufferInterface *errorhnd)
 Create the interface for pattern matching usable as groud truth for testing. More...
 

Detailed Description

Exported functions of the strus standard pattern matching library for tests.

Note
This implementation of the pattern lexer/matcher interfaces is only intended to use for verifcation in tests and not for productive use