strus  0.17
Namespaces | Functions
storage_objbuild.hpp File Reference

Library with some convenient functions to create storage objects. More...

#include <string>

Go to the source code of this file.

Namespaces

 strus
 strus toplevel namespace
 

Functions

StorageObjectBuilderInterface * strus::createStorageObjectBuilder_default (const FileLocatorInterface *filelocator, ErrorBufferInterface *errorhnd)
 Create a storage object builder with the builders from the standard strus core libraries (without module support) More...
 
StorageAlterMetaDataTableInterface * strus::createAlterMetaDataTable (const StorageObjectBuilderInterface *objbuilder, ErrorBufferInterface *errorhnd, const std::string &config)
 Create a alter metadata table interface with the object builder passed. More...
 
StorageClientInterface * strus::createStorageClient (const StorageObjectBuilderInterface *objbuilder, ErrorBufferInterface *errorhnd, const std::string &config)
 Create a storage client interface with the object builder passed. More...
 
VectorStorageClientInterface * strus::createVectorStorageClient (const StorageObjectBuilderInterface *objbuilder, ErrorBufferInterface *errorhnd, const std::string &config)
 Create a vector storage client interface with the object builder passed. More...
 

Detailed Description

Library with some convenient functions to create storage objects.