RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
soa/service/js/opstats_js.h
00001 
00009 #ifndef __logger__opstats_js_h__
00010 #define __logger__opstats_js_h__
00011 
00012 namespace Datacratic {
00013 namespace JS {
00014 
00015 
00016 std::shared_ptr<CarbonConnector>
00017 from_js(const JSValue & value, std::shared_ptr<CarbonConnector> *);
00018 
00019 CarbonConnector *
00020 from_js(const JSValue & value, CarbonConnector **);
00021 
00022 std::shared_ptr<CarbonConnector>
00023 from_js_ref(const JSValue& value, std::shared_ptr<CarbonConnector>*);
00024 
00025 void
00026 to_js(JS::JSValue& value, const std::shared_ptr<CarbonConnector>& proxy);
00027 
00028 
00029 } // namespace JS
00030 } // Datacratic
00031 
00032 #endif // __logger__opstats_js_h__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator