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::MockBankerPersistence Struct Reference
Inheritance diagram for RTBKIT::MockBankerPersistence:
RTBKIT::BankerPersistence

List of all members.

Public Member Functions

void prepareLoad (std::shared_ptr< Accounts > accounts, BankerPersistence::PersistenceCallbackStatus status, std::string info)
void prepareSave (BankerPersistence::PersistenceCallbackStatus status, std::string info)
void loadAll (const std::string &topLevelKey, OnLoadedCallback onLoaded)
void saveAll (const Accounts &toSave, OnSavedCallback onSaved)

Public Attributes

bool disableSaves
std::deque
< BankerPersistence::PersistenceCallbackStatus > 
statusQ
std::deque< std::string > infoQ
std::deque< std::shared_ptr
< Accounts > > 
accountsQ

Detailed Description

Definition at line 20 of file mock_banker_persistence.h.


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