AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.3.0
MMapBookmarkStore.hpp File Reference

Provides AMPS::MMapBookmarkStore, a bookmark store that uses a memory mapped file to provide efficient message tracking that persists across application restarts. More...

#include <MemoryBookmarkStore.hpp>
#include <RecoveryPoint.hpp>
#include <RecoveryPointAdapter.hpp>
#include <sys/mman.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <set>

Go to the source code of this file.

Classes

class  AMPS::MMapBookmarkStore
 A BookmarkStoreImpl implementation that uses a memory mapped file for storage of the bookmarks. More...
 

Detailed Description

Provides AMPS::MMapBookmarkStore, a bookmark store that uses a memory mapped file to provide efficient message tracking that persists across application restarts.