RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
Classes | Public Member Functions | Public Attributes
WinLossOutput Struct Reference
Inheritance diagram for WinLossOutput:
Datacratic::LogOutput

List of all members.

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< StringMapformatMap
std::shared_ptr< StringMapdomainMap
std::shared_ptr< StringMapurlMap
std::shared_ptr< StringMapcountryMap
std::shared_ptr< StringMapstateMap
std::shared_ptr< StringMapcityMap
size_t numMsgs
Date start
StringMap exchanges
StringMap strategies
StringMap campaigns
std::map< FileKey, Datadata
HandlerContext hContext
ValueManager owner

Detailed Description

Definition at line 380 of file bid_aggregator_test.cc.


Member Function Documentation

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.


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