![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Classes | |
| struct | Data |
Public Member Functions | |
| virtual void | logMessage (const std::string &channel, const std::string &message) |
| void | finish () |
| virtual void | close () |
Public Attributes | |
| std::shared_ptr< CompoundHandler > | keyHandler |
| std::shared_ptr< StringMap > | formatMap |
| std::shared_ptr< StringMap > | domainMap |
| std::shared_ptr< StringMap > | urlMap |
| std::shared_ptr< StringMap > | countryMap |
| std::shared_ptr< StringMap > | stateMap |
| std::shared_ptr< StringMap > | cityMap |
| size_t | numMsgs |
| Date | start |
| StringMap | exchanges |
| StringMap | strategies |
| StringMap | campaigns |
| std::map< FileKey, Data > | data |
| HandlerContext | hContext |
| ValueManager | owner |
Definition at line 380 of file bid_aggregator_test.cc.
| virtual void WinLossOutput::close | ( | ) | [inline, virtual] |
Should close whatever resources are being used by the output and join any threads that it's created.
Implements Datacratic::LogOutput.
Definition at line 604 of file bid_aggregator_test.cc.
| virtual void WinLossOutput::logMessage | ( | const std::string & | channel, |
| const std::string & | message | ||
| ) | [inline, virtual] |
This is the method that will be called whenever we need to log a message to something.
Implements Datacratic::LogOutput.
Definition at line 444 of file bid_aggregator_test.cc.
1.7.6.1