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

Structure to declare the key value store database to use by the storage as module object. More...

#include <storageModule.hpp>

Public Types

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

Public Attributes

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

Detailed Description

Structure to declare the key value store database to use by the storage as module object.

Member Typedef Documentation

typedef DatabaseInterface*(* strus::DatabaseConstructor::Create)(const std::string &workdir, ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::DatabaseConstructor::create

constructor of the object

const char* strus::DatabaseConstructor::name

name of the database implementation


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