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

Provides AMPS::MMapStoreBuffer, an AMPS::Buffer implementation used by the AMPS::MMapBookmarkStore. More...

#include <ampsplusplus.hpp>
#include <MemoryStoreBuffer.hpp>
#include <string>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/mman.h>

Go to the source code of this file.

Classes

class  AMPS::MMapStoreBuffer
 A Buffer implementation that uses a memory mapped file as its storage. More...
 

Detailed Description

Provides AMPS::MMapStoreBuffer, an AMPS::Buffer implementation used by the AMPS::MMapBookmarkStore.