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

Structure to declare a parser, resp. compiler for scalar function definition source. More...

#include <storageModule.hpp>

Public Types

typedef
ScalarFunctionParserInterface *(* 
Create )(ErrorBufferInterface *errorhnd)
 

Public Attributes

const char * name
 name of the parser implementation More...
 
Create create
 constructor of the object More...
 

Detailed Description

Structure to declare a parser, resp. compiler for scalar function definition source.

Member Typedef Documentation

typedef ScalarFunctionParserInterface*(* strus::ScalarFunctionParserConstructor::Create)(ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::ScalarFunctionParserConstructor::create

constructor of the object

const char* strus::ScalarFunctionParserConstructor::name

name of the parser implementation


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