RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
RTBKIT::Strategy Struct Reference

List of all members.

Public Member Functions

 Strategy (const std::string &key, const std::string &campaignKey, long long available=-1, long long spent=-1, long long transferred=-1)
void load (Redis::AsyncConnection &redis, int acceptedDelta)
void assignToParent (Campaigns &campaigns) const
void save (Redis::AsyncConnection &redis) const

Public Attributes

std::string key_
std::string campaignKey_
bool valid_
long long available_
long long spent_
long long transferred_

Detailed Description

Definition at line 41 of file redis_old_types.h.


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