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

Structure to declare a query evaluation summarizer function as module object. More...

#include <storageModule.hpp>

Public Types

typedef
SummarizerFunctionInterface *(* 
Create )(ErrorBufferInterface *errorhnd)
 

Public Attributes

const char * name
 name of the summarizer function More...
 
Create create
 constructor of the function More...
 

Detailed Description

Structure to declare a query evaluation summarizer function as module object.

Member Typedef Documentation

typedef SummarizerFunctionInterface*(* strus::SummarizerFunctionConstructor::Create)(ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::SummarizerFunctionConstructor::create

constructor of the function

const char* strus::SummarizerFunctionConstructor::name

name of the summarizer function


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