strusModule  0.17
Public Types | Public Attributes | List of all members
strus::PatternMatcherConstructor Struct Reference

Structure to define the lexer for pattern matching the analyzer may refer to. More...

#include <analyzerModule.hpp>

Public Types

typedef PatternMatcherInterface *(* Create )(ErrorBufferInterface *errorhnd)
 

Public Attributes

const char * name
 name of the pattern matcher More...
 
Create create
 constructor More...
 

Detailed Description

Structure to define the lexer for pattern matching the analyzer may refer to.

Member Typedef Documentation

typedef PatternMatcherInterface*(* strus::PatternMatcherConstructor::Create)(ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::PatternMatcherConstructor::create

constructor

const char* strus::PatternMatcherConstructor::name

name of the pattern matcher


The documentation for this struct was generated from the following file: