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

Structure to declare an alternative vector storage to map vectors to sets of features. More...

#include <storageModule.hpp>

Public Types

typedef VectorStorageInterface *(* Create )(const std::string &workdir, ErrorBufferInterface *errorhnd)
 

Public Attributes

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

Detailed Description

Structure to declare an alternative vector storage to map vectors to sets of features.

Member Typedef Documentation

typedef VectorStorageInterface*(* strus::VectorStorageConstructor::Create)(const std::string &workdir, ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::VectorStorageConstructor::create

constructor of the object

const char* strus::VectorStorageConstructor::name

name of the implementation


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