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 | Public Attributes
Datacratic::PendingPersistenceT< Key, Value > Struct Template Reference

List of all members.

Public Types

typedef boost::function
< std::string(const Key &)> 
StringifyKey
typedef boost::function< Key(const
std::string &)> 
UnstringifyKey
typedef boost::function
< std::string(const Value &)> 
StringifyValue
typedef boost::function< Value(const
std::string &)> 
UnstringifyValue
typedef boost::function< void(Key
&, Value &) > 
OnEntry
typedef PendingPersistence::OnError OnError

Public Member Functions

 PendingPersistenceT (std::shared_ptr< PendingPersistence > store)
void scan (const OnEntry &onEntry, const OnError &onError=OnError())
void erase (const Key &key)
void put (const Key &key, const Value &value)

Public Attributes

StringifyKey stringifyKey
StringifyValue stringifyValue
UnstringifyKey unstringifyKey
UnstringifyValue unstringifyValue
std::shared_ptr
< PendingPersistence
store

Detailed Description

template<typename Key, typename Value>
struct Datacratic::PendingPersistenceT< Key, Value >

Definition at line 182 of file pending_list.h.


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