RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Types | Public Member Functions
Datacratic::PendingPersistence Struct Reference
Inheritance diagram for Datacratic::PendingPersistence:
Datacratic::LeveldbPendingPersistence

List of all members.

Public Types

typedef boost::function< void(std::string,
std::string) > 
OnEntry
typedef boost::function< void(std::string,
std::string) > 
OnError

Public Member Functions

virtual void put (const std::string &key, const std::string &value)=0
virtual std::string pop (const std::string &key)=0
virtual std::string get (const std::string &key) const =0
virtual void erase (const std::string &key)=0
virtual void scan (const OnEntry &fn, const OnError &onError=OnError()) const =0

Detailed Description

Definition at line 17 of file pending_list.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator