|
strusModule
0.17
|
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... | |
Structure to declare a parser, resp. compiler for scalar function definition source.
| typedef ScalarFunctionParserInterface*(* strus::ScalarFunctionParserConstructor::Create)(ErrorBufferInterface *errorhnd) |
| Create strus::ScalarFunctionParserConstructor::create |
constructor of the object
| const char* strus::ScalarFunctionParserConstructor::name |
name of the parser implementation
1.8.6