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
Datacratic::JS::SegmentListJS Struct Reference
Inheritance diagram for Datacratic::JS::SegmentListJS:
Datacratic::JS::JSWrapped2< SegmentList, SegmentListJS, SegmentListName, bidRequestModule > Datacratic::JS::JSWrapped< SegmentList > Datacratic::JS::JSWrappedBase

List of all members.

Public Member Functions

 SegmentListJS (v8::Handle< v8::Object > This, const std::shared_ptr< SegmentList > &list=std::shared_ptr< SegmentList >())

Static Public Member Functions

static Handle< v8::Value > New (const Arguments &args)
static void Initialize ()
static v8::Handle< v8::Value > add (const Arguments &args)
static v8::Handle< v8::Value > forEach (const Arguments &args)
static v8::Handle< v8::Value > getIndexed (uint32_t index, const v8::AccessorInfo &info)
static v8::Handle< v8::Value > setIndexed (uint32_t index, v8::Local< v8::Value > value, const v8::AccessorInfo &info)
static v8::Handle< v8::Integer > queryIndexed (uint32_t index, const v8::AccessorInfo &info)
static v8::Handle< v8::Array > listIndexed (const v8::AccessorInfo &info)
static v8::Handle< v8::Boolean > deleteIndexed (uint32_t index, const v8::AccessorInfo &info)
static v8::Handle< v8::Value > toArray (const v8::Arguments &args)
static v8::Handle< v8::Value > toString (const v8::Arguments &args)
static v8::Handle< v8::Value > lengthGetter (v8::Local< v8::String > property, const AccessorInfo &info)

Detailed Description

Definition at line 49 of file bid_request_js.cc.


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