![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
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 |
Definition at line 182 of file pending_list.h.
1.7.6.1