Class contains helper functions to create and destroy the store that is to be used by the zorba library. More...
Public Member Functions | |
virtual void * | getStore () const |
InMemoryStore () | |
InMemoryStore (const InMemoryStore &aStore) | |
InMemoryStore (void *aStore) | |
InMemoryStore & | operator= (const InMemoryStore &aStore) |
virtual | ~InMemoryStore () |
Static Public Member Functions | |
static InMemoryStore | getInstance () |
static void | shutdown (InMemoryStore &) |
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.
|
inline |
|
static |
|
virtual |
Reimplemented from Store.
InMemoryStore& InMemoryStore::operator= | ( | const InMemoryStore & | aStore) |
|
static |