Class contains helper functions to create and destroy the store that is to be used by the zorba library. More...
#include <zorba/store_manager.h>
Static Public Member Functions | |
static void * | getStore () |
static void | shutdownStore (void *store) |
Class contains helper functions to create and destroy the store that is to be used by the zorba library.
The functions must be implemented in the code of each store module.
Definition at line 29 of file store_manager.h.
static void* zorba::StoreManager::getStore | ( | ) | [static] |
static void zorba::StoreManager::shutdownStore | ( | void * | store | ) | [static] |