#include <IMemoryBackingStore.h>
Inheritance diagram for Anaphe::AIDA_MemoryStore::IMemoryBackingStore:
Public Methods | |
virtual | ~IMemoryBackingStore () |
virtual bool | removePersistentTuple (const std::string &path)=0 |
virtual bool | setTupleData (const std::string &path, MemoryTupleData *data)=0 |
virtual IMemoryPersistentTuple * | findPersistentTuple (const std::string &path)=0 |
|
Definition at line 15 of file IMemoryBackingStore.h. |
|
Implemented in Anaphe::AIDA_MemoryStore::MemoryBackingStore. |
|
Implemented in Anaphe::AIDA_MemoryStore::MemoryBackingStore. |
|
Implemented in Anaphe::AIDA_MemoryStore::MemoryBackingStore. |