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

Structure to define a segmenter for an alternative document format (like XML) as module. More...

#include <analyzerModule.hpp>

Public Types

typedef SegmenterInterface *(* Create )(ErrorBufferInterface *errorhnd)
 

Public Attributes

const char * name
 name of the segmenter More...
 
Create create
 constructor More...
 

Detailed Description

Structure to define a segmenter for an alternative document format (like XML) as module.

Member Typedef Documentation

typedef SegmenterInterface*(* strus::SegmenterConstructor::Create)(ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::SegmenterConstructor::create

constructor

const char* strus::SegmenterConstructor::name

name of the segmenter


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