![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Static Public Member Functions | |
| template<typename R , typename... Args, typename Obj > | |
| static R | call (R(Obj::*pmf)(Args...), Obj &obj, const JS::JSArgs &args, const std::vector< JSValue > &defaults=std::vector< JSValue >()) |
| template<typename... Args, typename Obj > | |
| static void | call (void(Obj::*pmf)(Args...), Obj &obj, const JS::JSArgs &args, const std::vector< JSValue > &defaults=std::vector< JSValue >()) |
| template<typename R , typename... Args, typename Obj > | |
| static R | call (R(Obj::*pmf)(Args...) const, const Obj &obj, const JS::JSArgs &args, const std::vector< JSValue > &defaults=std::vector< JSValue >()) |
| template<typename... Args, typename Obj > | |
| static void | call (void(Obj::*pmf)(Args...) const, const Obj &obj, const JS::JSArgs &args, const std::vector< JSValue > &defaults=std::vector< JSValue >()) |
Definition at line 1174 of file js_utils.h.
1.7.6.1