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

List of all members.

Public Member Functions

 CampaignEvent (const std::string &label="", Date time=Date(), const JsonHolder &meta=JsonHolder())
Json::Value toJson () const
void serialize (ML::DB::Store_Writer &store) const
void reconstitute (ML::DB::Store_Reader &store)

Static Public Member Functions

static CampaignEvent fromJson (const Json::Value &jsonValue)

Public Attributes

std::string label_
Date time_
JsonHolder meta_

Detailed Description

Definition at line 112 of file auction_events.h.


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