InMemoryStore

#include </home/jenkins/.jenkins/ubuntu-remote-queue/jenkins-BuildZorbaUbuntu-462/source/zorba/swig/Store.h>

Inherited from: 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.

Private Attributes

void *

theStore

Public Functions

void *

getStore() const

InMemoryStore()

InMemoryStore(const InMemoryStore &aStore)

InMemoryStore(void *aStore)

InMemoryStore &

operator=(const InMemoryStore &aStore)

~InMemoryStore()

Public Static Functions

InMemoryStore

getInstance()

void

shutdown(InMemoryStore &)

Private Attributes

theStore

void * theStore

Public Functions

getStore

void * getStore() const

InMemoryStore

 InMemoryStore()

InMemoryStore

 InMemoryStore(const InMemoryStore &aStore)

InMemoryStore

 InMemoryStore(void *aStore)

operator=

InMemoryStore & operator=(const InMemoryStore &aStore)

~InMemoryStore

 ~InMemoryStore()

Public Static Functions

getInstance

InMemoryStore getInstance()

shutdown

void shutdown(InMemoryStore &)