![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <openrtb_parsing.h>
Public Member Functions | |
| virtual void | parseJsonTyped (OpenRTB::List< int > *val, JsonParsingContext &context) const |
| virtual void | printJsonTyped (const OpenRTB::List< int > *val, JsonPrintingContext &context) const |
| virtual bool | isDefaultTyped (const OpenRTB::List< int > *val) const |
Parser for banner w or h. This can either be: single format: "w": 123 multiple formats: "w": [ 123, 456 ]
Definition at line 199 of file openrtb_parsing.h.
1.7.6.1