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

#include <null_banker.h>

Inheritance diagram for RTBKIT::NullBudgetController:
RTBKIT::BudgetController

List of all members.

Public Member Functions

virtual void addAccountSync (const AccountKey &account)
virtual void topupTransferSync (const AccountKey &account, CurrencyPool amount)
virtual void setBudgetSync (const std::string &topLevelAccount, CurrencyPool amount)
virtual void addBudgetSync (const std::string &topLevelAccount, CurrencyPool amount)

Detailed Description

A budget controller that does exactly nothing.

Definition at line 21 of file null_banker.h.


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