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

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

#include <storageModule.hpp>

Public Types

typedef
WeightingFunctionInterface *(* 
Create )(ErrorBufferInterface *errorhnd)
 

Public Attributes

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

Detailed Description

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

Member Typedef Documentation

typedef WeightingFunctionInterface*(* strus::WeightingFunctionConstructor::Create)(ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::WeightingFunctionConstructor::create

constructor of the function

const char* strus::WeightingFunctionConstructor::name

name of the weighting function


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