AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.3.1
BlockPublishStore.hpp File Reference

Provides AMPS::BlockPublishStore, a concrete implementation of a store that breaks the allocated storage into blocks. More...

#include <ampsplusplus.hpp>
#include <BlockStore.hpp>
#include <Buffer.hpp>
#include <sstream>
#include <stack>
#include <string>
#include <map>
#include <ampscrc.hpp>
#include <sys/time.h>
#include <iostream>

Go to the source code of this file.

Classes

class  AMPS::BlockPublishStore
 Used as a base class for other stores in the AMPS C++ client, this is an implementation of StoreImpl that breaks a provided Buffer into uniform blocks for storing messages and tracks used and unused blocks. More...
 

Detailed Description

Provides AMPS::BlockPublishStore, a concrete implementation of a store that breaks the allocated storage into blocks.

Used as a base class for other stores in the AMPS C++ client.