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

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

#include <analyzerModule.hpp>

Public Types

typedef PatternLexerInterface *(* Create )(ErrorBufferInterface *errorhnd)
 

Public Attributes

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

Detailed Description

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

Member Typedef Documentation

typedef PatternLexerInterface*(* strus::PatternLexerConstructor::Create)(ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::PatternLexerConstructor::create

constructor

const char* strus::PatternLexerConstructor::name

name of the pattern lexer


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