RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Classes | Static Public Member Functions
Datacratic::JS::ResultCbOps Struct Reference
Inheritance diagram for Datacratic::JS::ResultCbOps:
Datacratic::JS::JsOpsBase< ResultCbOps, RTBKIT::BiddingAgent::ResultCb >

List of all members.

Classes

struct  Forwarder

Static Public Member Functions

static v8::Handle< v8::Value > callBoost (const Function &fn, const JS::JSArgs &args)
static Function asBoost (const v8::Handle< v8::Function > &fn, const v8::Handle< v8::Object > *This)

Detailed Description

This class is used to override calling JS with a BidResultArgs structure. Instead of converting all of the arguments to a single JS value, it expands them and calls the function with the lot.

Definition at line 48 of file bidding_agent_js.cc.


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